# HG changeset patch # User Richard M. Stallman # Date 1078420583 0 # Node ID bd5ef1fde279e32dd75fb2239afbfff41be9bb67 # Parent 840b8997440db3915f4fd258746a69c8af67fded (Fdisplay_buffer): Doc fix. diff -r 840b8997440d -r bd5ef1fde279 src/window.c --- a/src/window.c Thu Mar 04 17:15:13 2004 +0000 +++ b/src/window.c Thu Mar 04 17:16:23 2004 +0000 @@ -3268,9 +3268,10 @@ If `display-buffer-reuse-frames' is non-nil, and another frame is currently displaying BUFFER, then simply raise that frame. -The variables `special-display-buffer-names', `special-display-regexps', -`same-window-buffer-names', and `same-window-regexps' customize how certain -buffer names are handled. +The variables `special-display-buffer-names', +`special-display-regexps', `same-window-buffer-names', and +`same-window-regexps' customize how certain buffer names are handled. +The latter two take effect only if NOT-THIS-WINDOW is t. If optional argument FRAME is `visible', search all visible frames. If FRAME is 0, search all visible and iconified frames.