Mercurial > emacs
changeset 84403:2ea1cbfb296f
Document prefer-window-split-horizontally.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Sep 2007 10:39:16 +0000 |
parents | 6e599fa0f77d |
children | e8d778a09587 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Sep 08 10:35:27 2007 +0000 +++ b/etc/NEWS Sat Sep 08 10:39:16 2007 +0000 @@ -37,6 +37,13 @@ ** split-window-preferred-function specifies whether display-buffer should split windows vertically or horizontally. +** The new variable prefer-window-split-horizontally specifies how +display-buffer splits windows. If its value is nil the old behavior +is kept, i.e. windows are split vertically (above-below). If its +value is t, windows are split horizontally (side-by-side). If its +value is a number, windows are split horizontally if the resulting +window is at least as wide as that number, vertically otherwise. + ** Support for multiple terminal devices and simultaneous graphical and tty frames has been added. You can test for the presence of this feature in your Lisp code by testing for the `multi-tty' feature.