diff options
| author | Eli Zaretskii | 2009-05-07 18:55:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-05-07 18:55:54 +0000 |
| commit | 11586e5a1ec1171379ae9b828aeb73a872b08cb2 (patch) | |
| tree | ee88ebc71633ce7524b0db083dc3c228e51c0545 | |
| parent | 85bd26158c7beb20210b8d4ef9986f3e5bfbadd2 (diff) | |
| download | emacs-11586e5a1ec1171379ae9b828aeb73a872b08cb2.tar.gz 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 | |||
| 957 | @defopt pop-up-windows | 957 | @defopt pop-up-windows |
| 958 | This variable specifies whether @code{display-buffer} is allowed to | 958 | This variable specifies whether @code{display-buffer} is allowed to |
| 959 | split (@pxref{Splitting Windows}) an existing window . If it is | 959 | split (@pxref{Splitting Windows}) an existing window . If it is |
| 960 | non-@code{nil}, @code{display-buffer} tries to the split the largest | 960 | non-@code{nil}, @code{display-buffer} tries to split the largest |
| 961 | or least recently used window on the selected frame. (If the selected | 961 | or least recently used window on the selected frame. (If the selected |
| 962 | frame is a minibuffer-only frame, it tries to split a window on | 962 | frame is a minibuffer-only frame, it tries to split a window on |
| 963 | another frame instead.) If @code{pop-up-windows} is @code{nil} or the | 963 | another frame instead.) If @code{pop-up-windows} is @code{nil} or the |