aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'lispref')
-rw-r--r--lispref/windows.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index f20929fbb89..f5375ba315d 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -890,6 +890,14 @@ window is not this tall, it is split only if it is the sole window and
890@code{pop-up-windows} is non-@code{nil}. 890@code{pop-up-windows} is non-@code{nil}.
891@end defopt 891@end defopt
892 892
893@defopt even-window-heights
894This variable determines if @code{display-buffer} should even out window
895heights if the buffer gets displayed in an existing window, above or
896beneath another existing window. If @code{even-window-heights} is
897@code{t}, the default, window heights will be evened out. If
898@code{even-window-heights} is @code{nil}, the orginal window heights
899will be left alone.
900
893@c Emacs 19 feature 901@c Emacs 19 feature
894@defopt pop-up-frames 902@defopt pop-up-frames
895This variable controls whether @code{display-buffer} makes new frames. 903This variable controls whether @code{display-buffer} makes new frames.