# HG changeset patch # User Richard M. Stallman # Date 738967935 0 # Node ID d91b3097bb76dffc9b0628db4e23344a0a595b08 # Parent 47b51faf6c4eff8c9cb0faee6359c8b2b8aba08e (posn-timestamp): Doc fix. diff -r 47b51faf6c4e -r d91b3097bb76 lisp/subr.el --- 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))