comparison src/window.c @ 90386:2ecafc6d5db7

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 239-258) - Update from CVS - (Ffield_beginning, find_field): Undo change of 2006-04-23. - Rcirc patch from Ryan Yeske - Merge from gnus--rel--5.10 - Clean up lisp/gnus/ChangeLog a bit * gnus--rel--5.10 (patch 91-98) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 02 May 2006 05:51:52 +0000
parents 72dea2ff0142 d26708f033f8
children a8190f7e546e
comparison
equal deleted inserted replaced
90385:72dea2ff0142 90386:2ecafc6d5db7
3435 displaying BUFFER, then simply raise that frame. 3435 displaying BUFFER, then simply raise that frame.
3436 3436
3437 The variables `special-display-buffer-names', 3437 The variables `special-display-buffer-names',
3438 `special-display-regexps', `same-window-buffer-names', and 3438 `special-display-regexps', `same-window-buffer-names', and
3439 `same-window-regexps' customize how certain buffer names are handled. 3439 `same-window-regexps' customize how certain buffer names are handled.
3440 The latter two take effect only if NOT-THIS-WINDOW is t. 3440 The latter two take effect only if NOT-THIS-WINDOW is nil.
3441 3441
3442 If optional argument FRAME is `visible', search all visible frames. 3442 If optional argument FRAME is `visible', search all visible frames.
3443 If FRAME is 0, search all visible and iconified frames. 3443 If FRAME is 0, search all visible and iconified frames.
3444 If FRAME is t, search all frames. 3444 If FRAME is t, search all frames.
3445 If FRAME is a frame, search only that frame. 3445 If FRAME is a frame, search only that frame.