aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/windows.texi26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 38d21637b60..c7c8869fb0b 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -577,7 +577,7 @@ if typed when @var{window} is selected. If @var{window} is the only
577window visible, then this function returns @var{window}. If omitted, 577window visible, then this function returns @var{window}. If omitted,
578@var{window} defaults to the selected window. 578@var{window} defaults to the selected window.
579 579
580The value of the argument @var{minibuf} determines whether the 580The value of the argument @var{minibuf} controls whether the
581minibuffer is included in the window order. Normally, when 581minibuffer is included in the window order. Normally, when
582@var{minibuf} is @code{nil}, the minibuffer is included if it is 582@var{minibuf} is @code{nil}, the minibuffer is included if it is
583currently active; this is the behavior of @kbd{C-x o}. (The minibuffer 583currently active; this is the behavior of @kbd{C-x o}. (The minibuffer
@@ -670,7 +670,7 @@ with @var{window}. If @var{frame} is @code{nil} or omitted,
670@code{window-list} uses the selected frame instead; if @var{window} is 670@code{window-list} uses the selected frame instead; if @var{window} is
671@code{nil} or omitted, it uses the selected window. 671@code{nil} or omitted, it uses the selected window.
672 672
673The value of @var{minibuf} determines if the minibuffer window is 673The value of @var{minibuf} controls if the minibuffer window is
674included in the result list. If @var{minibuf} is @code{t}, the result 674included in the result list. If @var{minibuf} is @code{t}, the result
675always includes the minibuffer window. If @var{minibuf} is @code{nil} 675always includes the minibuffer window. If @var{minibuf} is @code{nil}
676or omitted, that includes the minibuffer window if it is active. If 676or omitted, that includes the minibuffer window if it is active. If
@@ -991,21 +991,21 @@ does not split the single window, but uses it whole.
991@end defopt 991@end defopt
992 992
993@defopt split-height-threshold 993@defopt split-height-threshold
994This variable determines when @code{display-buffer} may split a window 994This variable controls when @code{display-buffer} may split a window
995vertically, if there are multiple windows. If the value is a number, 995vertically, if there are multiple windows. If the value is a number,
996@code{display-buffer} splits the largest window if it has at least 996@code{display-buffer} splits the largest window if it has at least
997this many lines. If the largest window is not this tall, or if the 997this many lines. If the largest window is not this tall, or if the
998value of this variable is @code{nil}, @code{display-buffer} tries to 998value of this variable is @code{nil}, @code{display-buffer} tries to
999split some window horizontally, subject to restrictions of 999split some window horizontally, subject to restrictions of
1000@code{split-width-threshold} (see below). If splitting horizontally 1000@code{split-width-threshold} (see below). If splitting horizontally
1001is impossible, @code{display-buffer} will split a window vertically 1001is impossible, @code{display-buffer} splits a window vertically
1002only if it's the only window on its frame and not the minibuffer 1002only if it's the only window on its frame and not the minibuffer
1003window, and only if @code{pop-up-windows} is non-@code{nil}. 1003window, and only if @code{pop-up-windows} is non-@code{nil}.
1004Otherwise, @code{display-buffer} uses one of the existing windows. 1004Otherwise, @code{display-buffer} uses one of the existing windows.
1005@end defopt 1005@end defopt
1006 1006
1007@defopt split-width-threshold 1007@defopt split-width-threshold
1008This variable determines when @code{display-buffer} may split a window 1008This variable controls when @code{display-buffer} may split a window
1009horizontally. If the value is a number, @code{display-buffer} may 1009horizontally. If the value is a number, @code{display-buffer} may
1010split a window if it has at least this many columns. If the value of 1010split a window if it has at least this many columns. If the value of
1011this variable is @code{nil}, @code{display-buffer} will not split any 1011this variable is @code{nil}, @code{display-buffer} will not split any
@@ -1014,12 +1014,12 @@ though, see above.)
1014@end defopt 1014@end defopt
1015 1015
1016@defopt even-window-heights 1016@defopt even-window-heights
1017This variable determines if @code{display-buffer} should even out window 1017This variable controls whether @code{display-buffer} should even out
1018heights if the buffer gets displayed in an existing window, above or 1018window heights if the buffer gets displayed in an existing window,
1019beneath another existing window. If @code{even-window-heights} is 1019above or beneath another existing window. If
1020@code{t}, the default, window heights will be evened out. If 1020@code{even-window-heights} is @code{t}, the default, window heights
1021@code{even-window-heights} is @code{nil}, the original window heights 1021will be evened out. If @code{even-window-heights} is @code{nil}, the
1022will be left alone. 1022original window heights will be left alone.
1023@end defopt 1023@end defopt
1024 1024
1025@c Emacs 19 feature 1025@c Emacs 19 feature
@@ -2191,7 +2191,7 @@ fixed-size window, if there is no other alternative.
2191functions to a minimum height and width. 2191functions to a minimum height and width.
2192 2192
2193@defopt window-min-height 2193@defopt window-min-height
2194The value of this variable determines how short a window may become 2194The value of this variable controls how short a window may become
2195before it is automatically deleted. Making a window smaller than 2195before it is automatically deleted. Making a window smaller than
2196@code{window-min-height} automatically deletes it, and no window may be 2196@code{window-min-height} automatically deletes it, and no window may be
2197created shorter than this. The value is measured in line units. When 2197created shorter than this. The value is measured in line units. When
@@ -2201,7 +2201,7 @@ line each. The default value of this variable is 4. A value less than
2201@end defopt 2201@end defopt
2202 2202
2203@defopt window-min-width 2203@defopt window-min-width
2204The value of this variable determines how narrow a window may become 2204The value of this variable controls how narrow a window may become
2205before it is automatically deleted. Making a window smaller than 2205before it is automatically deleted. Making a window smaller than
2206@code{window-min-width} automatically deletes it, and no window may be 2206@code{window-min-width} automatically deletes it, and no window may be
2207created narrower than this. The value is measured in characters and 2207created narrower than this. The value is measured in characters and