diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-03-04 10:43:25 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-03-04 10:43:25 +0200 |
commit | e0bf2da3db69d074e16ceda3f2b5323f2d22d34b (patch) | |
tree | 6dbdd5189de0d5bebc6b5c7085b723eedee563db /lisp | |
parent | bd5115e13479b1d81d6aa09efe362ad14d53c3c6 (diff) | |
download | emacs-e0bf2da3db69d074e16ceda3f2b5323f2d22d34b.tar.gz emacs-e0bf2da3db69d074e16ceda3f2b5323f2d22d34b.tar.bz2 emacs-e0bf2da3db69d074e16ceda3f2b5323f2d22d34b.zip |
; More accurate doc strings for 'window-at' and 'window-at-x-y'.
* lisp/window.el (window-at-x-y):
* src/window.c (Fwindow_at): Doc fix. (Bug#61948)
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/window.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/window.el b/lisp/window.el index 083fa9bfd2f..f6ddae854ad 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -4134,6 +4134,10 @@ X and Y are FRAME-relative pixel coordinates. A coordinate on an edge shared by two windows is attributed to the window on the right (or below). Return nil if no such window can be found. +Tool-bar and tab-bar pseudo-windows are ignored by this function: +if the specified coordinates are in any of these two windows, this +function returns nil. + Optional argument FRAME must specify a live frame and defaults to the selected one. Optional argument NO-OTHER non-nil means to return nil if the window located at the specified coordinates has |