* doc/lispref/commands.texi (Click Events): Fix wording (bug#52142).
This commit is contained in:
parent
cfaf681d3d
commit
a937f536b3
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue