aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/windows.texi3
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
2538This function tries to display @var{buffer} by finding a window that 2538This function tries to display @var{buffer} by finding a window that
2539is already displaying it. 2539is already displaying it. Windows on the selected frame are preferred
2540to windows on other frames.
2540 2541
2541If @var{alist} has a non-@code{nil} @code{inhibit-same-window} entry, 2542If @var{alist} has a non-@code{nil} @code{inhibit-same-window} entry,
2542the selected window is not eligible for reuse. The set of frames to 2543the selected window is not eligible for reuse. The set of frames to