diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-05-07 18:55:54 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-05-07 18:55:54 +0000 |
commit | 11586e5a1ec1171379ae9b828aeb73a872b08cb2 (patch) | |
tree | ee88ebc71633ce7524b0db083dc3c228e51c0545 | |
parent | 85bd26158c7beb20210b8d4ef9986f3e5bfbadd2 (diff) | |
download | emacs-11586e5a1ec1171379ae9b828aeb73a872b08cb2.tar.gz emacs-11586e5a1ec1171379ae9b828aeb73a872b08cb2.tar.bz2 emacs-11586e5a1ec1171379ae9b828aeb73a872b08cb2.zip |
(Choosing Window): Fix a typo.
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index f743774ab45..0be4032fed6 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -957,7 +957,7 @@ window. If the buffer is not already displayed, or @defopt pop-up-windows This variable specifies whether @code{display-buffer} is allowed to split (@pxref{Splitting Windows}) an existing window . If it is -non-@code{nil}, @code{display-buffer} tries to the split the largest +non-@code{nil}, @code{display-buffer} tries to split the largest or least recently used window on the selected frame. (If the selected frame is a minibuffer-only frame, it tries to split a window on another frame instead.) If @code{pop-up-windows} is @code{nil} or the |