diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-03-23 18:39:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-03-23 18:39:38 +0200 |
commit | ad89f85067d068494009948e76f89c902f043513 (patch) | |
tree | c6eefd54a91da3ce1da63b4ef7b3e45e013e577c /doc/lispref/commands.texi | |
parent | 5e2951be4ac50da48bb82e74db87930e9d9d127d (diff) | |
download | emacs-ad89f85067d068494009948e76f89c902f043513.tar.gz |
Another minor improvement in ELisp manual (Bug#20168)
doc/lispref/commands.texi (Accessing Mouse): More accurate description
of 'posn-object-x-y'.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 6cb032c2635..b565909085e 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -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 |