aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorMiles Bader2007-03-18 14:11:08 +0000
committerMiles Bader2007-03-18 14:11:08 +0000
commita72ea5f5b087a4cb68bac19ca5945e636a0b171f (patch)
treeccb5b746322b106948bb887966905ae87114f66b /src/window.c
parent5f0813fa6d43b780adae1cb47835ae70adcb3b12 (diff)
parent7ab2e82f0e19aead5fafaf7f959e4db29f3926b5 (diff)
downloademacs-a72ea5f5b087a4cb68bac19ca5945e636a0b171f.tar.gz
emacs-a72ea5f5b087a4cb68bac19ca5945e636a0b171f.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
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 8a25992d783..508ddadae9a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3612,11 +3612,12 @@ The variables `special-display-buffer-names',
3612`same-window-regexps' customize how certain buffer names are handled. 3612`same-window-regexps' customize how certain buffer names are handled.
3613The latter two take effect only if NOT-THIS-WINDOW is nil. 3613The latter two take effect only if NOT-THIS-WINDOW is nil.
3614 3614
3615If optional argument FRAME is `visible', search all visible frames. 3615If optional argument FRAME is `visible', check all visible frames
3616If FRAME is 0, search all visible and iconified frames. 3616for a window to use.
3617If FRAME is t, search all frames. 3617If FRAME is 0, check all visible and iconified frames.
3618If FRAME is a frame, search only that frame. 3618If FRAME is t, check all frames.
3619If FRAME is nil, search only the selected frame 3619If FRAME is a frame, check only that frame.
3620If FRAME is nil, check only the selected frame
3620 (actually the last nonminibuffer frame), 3621 (actually the last nonminibuffer frame),
3621 unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil, 3622 unless `pop-up-frames' or `display-buffer-reuse-frames' is non-nil,
3622 which means search visible and iconified frames. 3623 which means search visible and iconified frames.