From: Gerd Moellmann Date: Wed, 6 Dec 2000 14:02:38 +0000 (+0000) Subject: Add event-window-heights. X-Git-Tag: emacs-pretest-21.0.93~166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f0308e1beef6e472387cb611fa676bda13a275f;p=emacs.git Add event-window-heights. --- 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.