]> code.delx.au - gnu-emacs/commitdiff
Another minor improvement in ELisp manual (Bug#20168)
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 Mar 2015 16:39:38 +0000 (18:39 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Mar 2015 16:39:38 +0000 (18:39 +0200)
 doc/lispref/commands.texi (Accessing Mouse): More accurate description
 of 'posn-object-x-y'.

doc/lispref/ChangeLog
doc/lispref/commands.texi

index 970d16322b36b3f1389a86d1b851c2f84778e61f..a0a2b2b4d050d3a39c41b75d3412c26cfbe926ea 100644 (file)
@@ -4,6 +4,7 @@
        (Bug#20174)
        (Accessing Mouse): Expand documentation of 'posn-actual-col-row'.
        (Bug#20169)
+       More accurate description of 'posn-object-x-y'.  (Bug#20168)
 
 2015-03-14  Eli Zaretskii  <eliz@gnu.org>
 
index 6cb032c263536781d64be05b500923ee8a50676c..b565909085e5ead446e63b4db362e6db55c6b702 100644 (file)
@@ -2109,8 +2109,9 @@ Return the image or string object in @var{position}, either
 @defun posn-object-x-y position
 Return the pixel-based x and y coordinates relative to the upper left
 corner of the object in @var{position} as a cons cell @code{(@var{dx}
-. @var{dy})}.  If the @var{position} is a buffer position, return the
-relative position in the character at that position.
+. @var{dy})}.  If the @var{position} is on buffer text, return the
+relative position of the buffer-text character closest to that
+position.
 @end defun
 
 @defun posn-object-width-height position