diff options
| author | Chong Yidong | 2008-11-25 03:51:26 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-25 03:51:26 +0000 |
| commit | b6474f84fa9f7f597e5e01bcd73d9278d8edb737 (patch) | |
| tree | d04e68e74737bcfacc1e7c81f6d514da4f9c6cc8 | |
| parent | 1badc63c699b6bc1bc6816488599c6fb5e4fd49c (diff) | |
| download | emacs-b6474f84fa9f7f597e5e01bcd73d9278d8edb737.tar.gz emacs-b6474f84fa9f7f597e5e01bcd73d9278d8edb737.zip | |
(Choosing Window, Selecting Windows): Fix typos.
| -rw-r--r-- | doc/lispref/windows.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 83875902ce0..dc49c40db5c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -957,11 +957,11 @@ 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 or | 960 | non-@code{nil}, @code{display-buffer} tries to the split the largest |
| 961 | 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 another | 962 | frame is a minibuffer-only frame, it tries to split a window on |
| 963 | frame instead.) If @code{pop-up-windows} is nil or the variable | 963 | another frame instead.) If @code{pop-up-windows} is @code{nil} or the |
| 964 | @code{pop-up-frames} (see below) is non-@code{nil}, | 964 | variable @code{pop-up-frames} (see below) is non-@code{nil}, |
| 965 | @code{display-buffer} does not split any window. | 965 | @code{display-buffer} does not split any window. |
| 966 | @end defopt | 966 | @end defopt |
| 967 | 967 | ||