emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 a937f53: * doc/lispref/commands.texi (Click Events): Fix wordin


From: Eli Zaretskii
Subject: emacs-28 a937f53: * doc/lispref/commands.texi (Click Events): Fix wording (bug#52142).
Date: Sat, 27 Nov 2021 08:02:49 -0500 (EST)

branch: emacs-28
commit a937f536b35351842756bac939f21ae5f937fa61
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * doc/lispref/commands.texi (Click Events): Fix wording (bug#52142).
---
 doc/lispref/commands.texi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 6e1d09e..35ef617 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1558,8 +1558,10 @@ corner of @var{object}, which is @code{(0 . 0)}.  If 
@var{object} is
 the top left corner of the character glyph clicked on.
 
 @item @var{width}, @var{height}
-These are the pixel width and height of @var{object} or, if this is
-@code{nil}, those of the character glyph clicked on.
+If the click is on a character, either from buffer text or from
+overlay or display string, these are the pixel width and height of
+that character's glyph; otherwise they are dimensions of @var{object}
+clicked on.
 @end table
 
 For clicks on a scroll bar, @var{position} has this form:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]