aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-06 14:02:38 +0000
committerGerd Moellmann2000-12-06 14:02:38 +0000
commit4f0308e1beef6e472387cb611fa676bda13a275f (patch)
tree5930bbc3beb0096dc3fdfe30e04cb73952b3d848
parent9e3366e44bb25a631431112881f07d100a47d3e3 (diff)
downloademacs-4f0308e1beef6e472387cb611fa676bda13a275f.tar.gz
emacs-4f0308e1beef6e472387cb611fa676bda13a275f.zip
Add event-window-heights.
-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.