aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-05-07 18:55:54 +0000
committerEli Zaretskii2009-05-07 18:55:54 +0000
commit11586e5a1ec1171379ae9b828aeb73a872b08cb2 (patch)
treeee88ebc71633ce7524b0db083dc3c228e51c0545
parent85bd26158c7beb20210b8d4ef9986f3e5bfbadd2 (diff)
downloademacs-11586e5a1ec1171379ae9b828aeb73a872b08cb2.tar.gz
emacs-11586e5a1ec1171379ae9b828aeb73a872b08cb2.zip
(Choosing Window): Fix a typo.
-rw-r--r--doc/lispref/windows.texi2
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
957@defopt pop-up-windows 957@defopt pop-up-windows
958This variable specifies whether @code{display-buffer} is allowed to 958This variable specifies whether @code{display-buffer} is allowed to
959split (@pxref{Splitting Windows}) an existing window . If it is 959split (@pxref{Splitting Windows}) an existing window . If it is
960non-@code{nil}, @code{display-buffer} tries to the split the largest 960non-@code{nil}, @code{display-buffer} tries to split the largest
961or least recently used window on the selected frame. (If the selected 961or least recently used window on the selected frame. (If the selected
962frame is a minibuffer-only frame, it tries to split a window on 962frame is a minibuffer-only frame, it tries to split a window on
963another frame instead.) If @code{pop-up-windows} is @code{nil} or the 963another frame instead.) If @code{pop-up-windows} is @code{nil} or the