aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-04 17:16:56 +0000
committerRichard M. Stallman2004-03-04 17:16:56 +0000
commit9a7e95f339c5e549e0fc4d928ed07b99486f945e (patch)
tree0d2f3f60352aef40b21c19f90b650886ef9057ab /src/window.c
parentae47339f7153f9ba2e8dfbbb8e1032f9f7979a77 (diff)
downloademacs-9a7e95f339c5e549e0fc4d928ed07b99486f945e.tar.gz
emacs-9a7e95f339c5e549e0fc4d928ed07b99486f945e.zip
(Fdisplay_buffer): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index bac6c5a7d92..626de53e21e 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3268,9 +3268,10 @@ Returns the window displaying BUFFER.
3268If `display-buffer-reuse-frames' is non-nil, and another frame is currently 3268If `display-buffer-reuse-frames' is non-nil, and another frame is currently
3269displaying BUFFER, then simply raise that frame. 3269displaying BUFFER, then simply raise that frame.
3270 3270
3271The variables `special-display-buffer-names', `special-display-regexps', 3271The variables `special-display-buffer-names',
3272`same-window-buffer-names', and `same-window-regexps' customize how certain 3272`special-display-regexps', `same-window-buffer-names', and
3273buffer names are handled. 3273`same-window-regexps' customize how certain buffer names are handled.
3274The latter two take effect only if NOT-THIS-WINDOW is t.
3274 3275
3275If optional argument FRAME is `visible', search all visible frames. 3276If optional argument FRAME is `visible', search all visible frames.
3276If FRAME is 0, search all visible and iconified frames. 3277If FRAME is 0, search all visible and iconified frames.