]> code.delx.au - gnu-emacs/commitdiff
(Choosing Window, Selecting Windows): Fix typos.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:51:26 +0000 (03:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:51:26 +0000 (03:51 +0000)
doc/lispref/windows.texi

index 83875902ce04e8a7eb7df308bfa78a04adc8626b..dc49c40db5c9856b069691b8e984116c3853e4b6 100644 (file)
@@ -957,11 +957,11 @@ 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 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