summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-11-06 11:21:43 +0200
committerEli Zaretskii <eliz@gnu.org>2021-11-06 11:21:44 +0200
commit0aad84639579024f3648f5e39f4285e43976f5ae (patch)
tree174923c4b3b8ff0562343c8ad0707749b758f359 /src/keyboard.c
parent99a1456167576fe5233e4e248fed2159f277e0d1 (diff)
parent9bdb1d0dcc5a98793683d2086ba874e51dfbfefa (diff)
downloademacs-0aad84639579024f3648f5e39f4285e43976f5ae.tar.gz
emacs-0aad84639579024f3648f5e39f4285e43976f5ae.tar.bz2
emacs-0aad84639579024f3648f5e39f4285e43976f5ae.zip
Merge from origin/emacs-28
9bdb1d0 ; * etc/PROBLEMS: Describe a crash in xwidgets due to Bubblew... 550887c ; * etc/PROBLEMS: Rearrange and update the section about cras... c2e3cd6 Clarify "text area of a window" in the documentation 4e7e78d Improve docstring of kmacro-set-format
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 5d4bb6ee8ff..aa6a4b9e976 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11331,6 +11331,8 @@ The elements of this list correspond to the arguments of
DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, 2, 4, 0,
doc: /* Return position information for pixel coordinates X and Y.
By default, X and Y are relative to text area of the selected window.
+Note that the text area includes the header-line and the tab-line of
+the window, if any of them are present.
Optional third arg FRAME-OR-WINDOW non-nil specifies frame or window.
If optional fourth arg WHOLE is non-nil, X is relative to the left
edge of the window.