summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-19 04:30:14 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-19 04:30:14 +0000
commit9cdef001918ba25283182e21f6c5896d360ef878 (patch)
tree0065d6edae8e0e14f3c0625718b1abbb24721209 /lisp/subr.el
parente81ceeaa8a1b9e7bbaa0be95937a4a508ab681b2 (diff)
downloademacs-9cdef001918ba25283182e21f6c5896d360ef878.tar.gz
(posn-col-row): Doc fix.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 7e6a6c2d7ae..471d49a1ea9 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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."