diff options
| -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 104420235df..34f7b260a52 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -2809,7 +2809,7 @@ Windows}). | |||
| 2809 | 2809 | ||
| 2810 | @defun display-buffer-use-least-recent-window buffer alist | 2810 | @defun display-buffer-use-least-recent-window buffer alist |
| 2811 | This function is similar to @code{display-buffer-use-some-window}, but | 2811 | This function is similar to @code{display-buffer-use-some-window}, but |
| 2812 | will try harder to not use the a recently used window. In particular, | 2812 | will try harder to not use a recently used window. In particular, |
| 2813 | it does not use the selected window. In addition, it will first try to | 2813 | it does not use the selected window. In addition, it will first try to |
| 2814 | reuse a window that shows @var{buffer} already, base the decision | 2814 | reuse a window that shows @var{buffer} already, base the decision |
| 2815 | whether it should use a window showing another buffer on that window's | 2815 | whether it should use a window showing another buffer on that window's |