# HG changeset patch # User Chong Yidong # Date 1227585086 0 # Node ID c69004518f9195df71c4c1660215e19a4bf5566a # Parent ebb16310a01eb566c213a156b7f98310b104f68a (Choosing Window, Selecting Windows): Fix typos. diff -r ebb16310a01e -r c69004518f91 doc/lispref/windows.texi --- 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