Mercurial > emacs
changeset 99911:c69004518f91
(Choosing Window, Selecting Windows): Fix typos.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 25 Nov 2008 03:51:26 +0000 |
parents | ebb16310a01e |
children | b745b2161485 |
files | doc/lispref/windows.texi |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/windows.texi Tue Nov 25 03:51:02 2008 +0000 +++ b/doc/lispref/windows.texi Tue Nov 25 03:51:26 2008 +0000 @@ -957,11 +957,11 @@ @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 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 nil or the variable -@code{pop-up-frames} (see below) is non-@code{nil}, +non-@code{nil}, @code{display-buffer} tries to the 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 +variable @code{pop-up-frames} (see below) is non-@code{nil}, @code{display-buffer} does not split any window. @end defopt