aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2014-06-14 19:37:15 +0300
committerEli Zaretskii <[email protected]>2014-06-14 19:37:15 +0300
commit859488bf227da300a4d1f90a51222b163165dfae (patch)
tree4f88a3fd3b295bd82146ba7291923fcf995cfd40 /lisp
parent59579a97d870807c635292178a2697f20d8720bd (diff)
Fix documentation mentioned in bug #17768.
lisp/subr.el (posn-col-row): Doc fix. doc/lispref/commands.texi (Accessing Mouse): Improve the wording of the posn-col-row documentation.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/subr.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b489b5a50d..b4c51f7bb2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-14 Eli Zaretskii <[email protected]>
+
+ * subr.el (posn-col-row): Doc fix. (Bug#17768)
+
2014-06-14 Juri Linkov <[email protected]>
* bindings.el: Put `ascii-character' property on keypad keys
diff --git a/lisp/subr.el b/lisp/subr.el
index c8dcfc8df9..700c072a81 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1117,7 +1117,7 @@ pixels. POSITION should be a list of the form returned by
"Return the nominal column and row in POSITION, measured in characters.
The column and row values are approximations calculated from the x
and y coordinates in POSITION and the frame's default character width
-and height.
+and default line height, including spacing.
For a scroll-bar event, the result column is 0, and the row
corresponds to the vertical position of the click in the scroll bar.
POSITION should be a list of the form returned by the `event-start'