diff options
| author | Gerd Moellmann | 2000-12-06 14:02:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-06 14:02:38 +0000 |
| commit | 4f0308e1beef6e472387cb611fa676bda13a275f (patch) | |
| tree | 5930bbc3beb0096dc3fdfe30e04cb73952b3d848 | |
| parent | 9e3366e44bb25a631431112881f07d100a47d3e3 (diff) | |
| download | emacs-4f0308e1beef6e472387cb611fa676bda13a275f.tar.gz emacs-4f0308e1beef6e472387cb611fa676bda13a275f.zip | |
Add event-window-heights.
| -rw-r--r-- | lispref/windows.texi | 8 |
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 | ||
| 894 | This variable determines if @code{display-buffer} should even out window | ||
| 895 | heights if the buffer gets displayed in an existing window, above or | ||
| 896 | beneath 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 | ||
| 899 | will be left alone. | ||
| 900 | |||
| 893 | @c Emacs 19 feature | 901 | @c Emacs 19 feature |
| 894 | @defopt pop-up-frames | 902 | @defopt pop-up-frames |
| 895 | This variable controls whether @code{display-buffer} makes new frames. | 903 | This variable controls whether @code{display-buffer} makes new frames. |