diff options
| author | Stefan Kangas | 2021-10-23 09:45:23 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-23 09:45:23 +0200 |
| commit | cdbd03345d57339cce5709cc08fdcd3a96c79ce7 (patch) | |
| tree | f252c6421ff3404a264091501e81cd834e6d6480 | |
| parent | 598732c89907e4f257d383126cb7f80962b35458 (diff) | |
| download | emacs-cdbd03345d57339cce5709cc08fdcd3a96c79ce7.tar.gz emacs-cdbd03345d57339cce5709cc08fdcd3a96c79ce7.zip | |
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)
| -rw-r--r-- | doc/lispref/commands.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 3425880fec5..6e1d09ebb4d 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2354,10 +2354,9 @@ This function returns position information corresponding to pixel | |||
| 2354 | coordinates @var{x} and @var{y} in a specified frame or window, | 2354 | coordinates @var{x} and @var{y} in a specified frame or window, |
| 2355 | @var{frame-or-window}, which defaults to the selected window. | 2355 | @var{frame-or-window}, which defaults to the selected window. |
| 2356 | The coordinates @var{x} and @var{y} are relative to the | 2356 | The coordinates @var{x} and @var{y} are relative to the |
| 2357 | frame or window used. | 2357 | text area of the selected window. |
| 2358 | If @var{whole} is @code{nil}, the coordinates are relative | 2358 | If @var{whole} is @code{non-nil}, the @var{x} coordinate is relative |
| 2359 | to the window text area, otherwise they are relative to | 2359 | to the entire window area including scroll bars, margins and fringes. |
| 2360 | the entire window area including scroll bars, margins and fringes. | ||
| 2361 | @end defun | 2360 | @end defun |
| 2362 | 2361 | ||
| 2363 | @node Accessing Scroll | 2362 | @node Accessing Scroll |