diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index b5ca053e466..1035739e2b0 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -2536,7 +2536,8 @@ to another buffer (@pxref{Dedicated Windows}). It also fails if | |||
| 2536 | 2536 | ||
| 2537 | @defun display-buffer-reuse-window buffer alist | 2537 | @defun display-buffer-reuse-window buffer alist |
| 2538 | This function tries to display @var{buffer} by finding a window that | 2538 | This function tries to display @var{buffer} by finding a window that |
| 2539 | is already displaying it. | 2539 | is already displaying it. Windows on the selected frame are preferred |
| 2540 | to windows on other frames. | ||
| 2540 | 2541 | ||
| 2541 | If @var{alist} has a non-@code{nil} @code{inhibit-same-window} entry, | 2542 | If @var{alist} has a non-@code{nil} @code{inhibit-same-window} entry, |
| 2542 | the selected window is not eligible for reuse. The set of frames to | 2543 | the selected window is not eligible for reuse. The set of frames to |