summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-06 14:02:38 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-06 14:02:38 +0000
commit8dfd50996cd7546405a0ad225954943da4176ae7 (patch)
tree97a56c0d69f4ab541f88770ebb34ea5bc9577f0c /lispref
parentbf684e84405d4f28c0ae63903fe5f3cf46bb22d1 (diff)
downloademacs-8dfd50996cd7546405a0ad225954943da4176ae7.tar.gz
Add event-window-heights.
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
@code{pop-up-windows} is non-@code{nil}.
@end defopt
+@defopt even-window-heights
+This variable determines if @code{display-buffer} should even out window
+heights if the buffer gets displayed in an existing window, above or
+beneath another existing window. If @code{even-window-heights} is
+@code{t}, the default, window heights will be evened out. If
+@code{even-window-heights} is @code{nil}, the orginal window heights
+will be left alone.
+
@c Emacs 19 feature
@defopt pop-up-frames
This variable controls whether @code{display-buffer} makes new frames.