1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00

(posn-col-row): Doc fix.

This commit is contained in:
Richard M. Stallman 1994-05-19 04:30:14 +00:00
parent 872157e774
commit ea48c94dfd

View file

@ -412,7 +412,7 @@ as returned by the `event-start' and `event-end' functions."
(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."