aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/window.c b/src/window.c
index 1554ef7ec3b..94e56d10371 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3614,11 +3614,12 @@ The variables `special-display-buffer-names',
3614`same-window-regexps' customize how certain buffer names are handled. 3614`same-window-regexps' customize how certain buffer names are handled.
3615The latter two take effect only if NOT-THIS-WINDOW is nil. 3615The latter two take effect only if NOT-THIS-WINDOW is nil.
3616 3616
3617If optional argument FRAME is `visible', search all visible frames. 3617If optional argument FRAME is `visible', check all visible frames
3618If FRAME is 0, search all visible and iconified frames. 3618for a window to use.
3619If FRAME is t, search all frames. 3619If FRAME is 0, check all visible and iconified frames.
3620If FRAME is a frame, search only that frame. 3620If FRAME is t, check all frames.
3621If FRAME is nil, search only the selected frame 3621If FRAME is a frame, check only that frame.
3622If FRAME is nil, check only the selected frame
3622 (actually the last nonminibuffer frame), 3623 (actually the last nonminibuffer frame),
3623 unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil, 3624 unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,
3624 which means search visible and iconified frames. 3625 which means search visible and iconified frames.