]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of posn-at-x-y
authorStefan Kangas <stefan@marxist.se>
Sat, 23 Oct 2021 07:45:23 +0000 (09:45 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 23 Oct 2021 07:45:23 +0000 (09:45 +0200)
* doc/lispref/commands.texi (Accessing Mouse): Fix documentation of
'posn-at-x-y' to match docstring.  (Bug#15783)

doc/lispref/commands.texi

index 3425880fec5ff156cb9f99a5565c1037991ea0fb..6e1d09ebb4d0b4f2aae4f3f89ace4199af08c117 100644 (file)
@@ -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