aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
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))