(posn-timestamp): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 20:52:15 +0000 (20:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 20:52:15 +0000 (20:52 +0000)
lisp/subr.el

index e0da474..c652c88 100644 (file)
@@ -338,7 +338,7 @@ as returned by the `event-start' and `event-end' functions."
   "Return the timestamp of POSITION.
 POSITION should be a list of the form
    (WINDOW BUFFER-POSITION (COL . ROW) TIMESTAMP)
-nas returned by the `event-start' and `event-end' functions."
+as returned by the `event-start' and `event-end' functions."
   (nth 3 position))
 
 \f