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:
parent
872157e774
commit
ea48c94dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue