diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-05-20 14:35:03 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-05-20 14:35:03 +0300 |
commit | eb71446de5352f6735e8a778ab4f71a04d90f76e (patch) | |
tree | d67cfd16f15138b73a292a1e69025b538a4290fd /doc/lispref/windows.texi | |
parent | 3c82e96954450e766c63b507ed4e927d18e4cd9c (diff) | |
download | emacs-eb71446de5352f6735e8a778ab4f71a04d90f76e.tar.gz |
; Improve documentation of 'display-buffer-avoid-small-windows'
* lisp/window.el (display-buffer-avoid-small-windows)
(get-lru-window):
* etc/NEWS:
* doc/lispref/windows.texi (Choosing Window Options): Improve
documentation of 'display-buffer-avoid-small-windows'.
(Bug#10186)
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index bc3857b1366..03d0f28867a 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -3307,7 +3307,9 @@ that means not to split this way. @defopt display-buffer-avoid-small-windows If non-@code{nil}, this should be a number. Windows that have fewer -lines than this will be avoided when choosing an existing window. +lines than that will be avoided when choosing an existing window. The +value is interpreted in units of the frame's canonical line height, +like @code{window-total-height} does (@pxref{Window Sizes}). @end defopt @defopt even-window-sizes |