diff src/window.c @ 54267:bd5ef1fde279

(Fdisplay_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Mar 2004 17:16:23 +0000
parents 87fa8d221274
children 375346b8175c b1f57ac99be5
line wrap: on
line diff
--- 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.