changeset 3411:d91b3097bb76

(posn-timestamp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 20:52:15 +0000
parents 47b51faf6c4e
children 7d9b10bea55f
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Tue Jun 01 20:49:28 1993 +0000
+++ b/lisp/subr.el	Tue Jun 01 20:52:15 1993 +0000
@@ -338,7 +338,7 @@
   "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))