diff options
Diffstat (limited to 'lispref')
| -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. |