Mercurial > emacs
changeset 7548:8aa09b7f5ad8
(posn-col-row): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 May 1994 04:30:14 +0000 |
parents | ca777847b11f |
children | ccb8b7f8dce7 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Thu May 19 00:28:39 1994 +0000 +++ b/lisp/subr.el Thu May 19 04:30:14 1994 +0000 @@ -412,7 +412,7 @@ (nth 2 position)) (defsubst posn-col-row (position) - "Return the row and column in POSITION, measured in characters. + "Return the column and row in POSITION, measured in characters. POSITION should be a list of the form (WINDOW BUFFER-POSITION (X . Y) TIMESTAMP) as returned by the `event-start' and `event-end' functions."