changeset 34269:a50ccd431a27

Add event-window-heights.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Dec 2000 14:02:38 +0000
parents 17864eb365a2
children 773e6aa2ec38
files lispref/windows.texi
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/windows.texi	Wed Dec 06 13:56:18 2000 +0000
+++ b/lispref/windows.texi	Wed Dec 06 14:02:38 2000 +0000
@@ -890,6 +890,14 @@
 @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.