Mercurial > emacs
comparison lisp/subr.el @ 3411:d91b3097bb76
(posn-timestamp): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 20:52:15 +0000 |
parents | 3176c6395ada |
children | 507f64624555 |
comparison
equal
deleted
inserted
replaced
3410:47b51faf6c4e | 3411:d91b3097bb76 |
---|---|
336 | 336 |
337 (defsubst posn-timestamp (position) | 337 (defsubst posn-timestamp (position) |
338 "Return the timestamp of POSITION. | 338 "Return the timestamp of POSITION. |
339 POSITION should be a list of the form | 339 POSITION should be a list of the form |
340 (WINDOW BUFFER-POSITION (COL . ROW) TIMESTAMP) | 340 (WINDOW BUFFER-POSITION (COL . ROW) TIMESTAMP) |
341 nas returned by the `event-start' and `event-end' functions." | 341 as returned by the `event-start' and `event-end' functions." |
342 (nth 3 position)) | 342 (nth 3 position)) |
343 | 343 |
344 | 344 |
345 ;;;; Obsolescent names for functions. | 345 ;;;; Obsolescent names for functions. |
346 | 346 |