aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 7419239752a..0192aa4edf6 100644
--- a/src/window.c
+++ b/src/window.c
@@ -281,6 +281,7 @@ make_window ()
281 p->fringes_outside_margins = Qnil; 281 p->fringes_outside_margins = Qnil;
282 p->scroll_bar_width = Qnil; 282 p->scroll_bar_width = Qnil;
283 p->vertical_scroll_bar_type = Qt; 283 p->vertical_scroll_bar_type = Qt;
284 p->overlay_arrow_bitmap = 0;
284 285
285 Vwindow_list = Qnil; 286 Vwindow_list = Qnil;
286 return val; 287 return val;
@@ -3269,9 +3270,10 @@ Returns the window displaying BUFFER.
3269If `display-buffer-reuse-frames' is non-nil, and another frame is currently 3270If `display-buffer-reuse-frames' is non-nil, and another frame is currently
3270displaying BUFFER, then simply raise that frame. 3271displaying BUFFER, then simply raise that frame.
3271 3272
3272The variables `special-display-buffer-names', `special-display-regexps', 3273The variables `special-display-buffer-names',
3273`same-window-buffer-names', and `same-window-regexps' customize how certain 3274`special-display-regexps', `same-window-buffer-names', and
3274buffer names are handled. 3275`same-window-regexps' customize how certain buffer names are handled.
3276The latter two take effect only if NOT-THIS-WINDOW is t.
3275 3277
3276If optional argument FRAME is `visible', search all visible frames. 3278If optional argument FRAME is `visible', search all visible frames.
3277If FRAME is 0, search all visible and iconified frames. 3279If FRAME is 0, search all visible and iconified frames.