mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 18:10:32 -08:00
Fix documentation of posn-at-x-y
* doc/lispref/commands.texi (Accessing Mouse): Fix documentation of 'posn-at-x-y' to match docstring. (Bug#15783)
This commit is contained in:
parent
598732c899
commit
cdbd03345d
1 changed files with 3 additions and 4 deletions
|
|
@ -2354,10 +2354,9 @@ This function returns position information corresponding to pixel
|
|||
coordinates @var{x} and @var{y} in a specified frame or window,
|
||||
@var{frame-or-window}, which defaults to the selected window.
|
||||
The coordinates @var{x} and @var{y} are relative to the
|
||||
frame or window used.
|
||||
If @var{whole} is @code{nil}, the coordinates are relative
|
||||
to the window text area, otherwise they are relative to
|
||||
the entire window area including scroll bars, margins and fringes.
|
||||
text area of the selected window.
|
||||
If @var{whole} is @code{non-nil}, the @var{x} coordinate is relative
|
||||
to the entire window area including scroll bars, margins and fringes.
|
||||
@end defun
|
||||
|
||||
@node Accessing Scroll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue