diff options
| author | Martin Rudalics | 2024-05-15 09:49:14 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2024-05-15 09:49:14 +0200 |
| commit | 38fe837f83448338b6ce5aaf771811ce6755d00a (patch) | |
| tree | 0e1c59ed11f67fa237c8114f5d61994bc9bf3417 | |
| parent | 85043246f14933eedf3d2c7c6f5ab603ec3f6a21 (diff) | |
| download | emacs-38fe837f83448338b6ce5aaf771811ce6755d00a.tar.gz emacs-38fe837f83448338b6ce5aaf771811ce6755d00a.zip | |
; * doc/lispref/windows.texi (Buffer Display Action Functions): Fix wording.
| -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 |