aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
412 (nth 2 position)) 412 (nth 2 position))
413 413
414(defsubst posn-col-row (position) 414(defsubst posn-col-row (position)
415 "Return the row and column in POSITION, measured in characters. 415 "Return the column and row in POSITION, measured in characters.
416POSITION should be a list of the form 416POSITION should be a list of the form
417 (WINDOW BUFFER-POSITION (X . Y) TIMESTAMP) 417 (WINDOW BUFFER-POSITION (X . Y) TIMESTAMP)
418as returned by the `event-start' and `event-end' functions." 418as returned by the `event-start' and `event-end' functions."