aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-26 09:09:56 +0000
committerRichard M. Stallman2002-03-26 09:09:56 +0000
commit079d288f1ad175aefb79a3b03d45edec3d2cdd6f (patch)
tree9ca071e8826e97f51e65937581d3683baddf9f25 /src/window.c
parentb011dcb0bacbd4ef7c2beb7f428ed151ab00c4ec (diff)
downloademacs-079d288f1ad175aefb79a3b03d45edec3d2cdd6f.tar.gz
emacs-079d288f1ad175aefb79a3b03d45edec3d2cdd6f.zip
(Fdisplay_buffer): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 8b9b49f5f12..2ea7cd1d6dd 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2898,7 +2898,7 @@ unless the window is the selected window and the optional second
2898argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg). 2898argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).
2899If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER. 2899If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.
2900Returns the window displaying BUFFER. 2900Returns the window displaying BUFFER.
2901If `display-reuse-frames' is non-nil, and another frame is currently 2901If `display-buffer-reuse-frames' is non-nil, and another frame is currently
2902displaying BUFFER, then simply raise that frame. 2902displaying BUFFER, then simply raise that frame.
2903 2903
2904The variables `special-display-buffer-names', `special-display-regexps', 2904The variables `special-display-buffer-names', `special-display-regexps',
@@ -2946,7 +2946,7 @@ displayed. */)
2946 } 2946 }
2947 } 2947 }
2948 2948
2949 /* If the user wants pop-up-frames or display-reuse-frames, then 2949 /* If the user wants pop-up-frames or display-buffer-reuse-frames,
2950 look for a window showing BUFFER on any visible or iconified frame. 2950 look for a window showing BUFFER on any visible or iconified frame.
2951 Otherwise search only the current frame. */ 2951 Otherwise search only the current frame. */
2952 if (! NILP (frame)) 2952 if (! NILP (frame))