diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 5e644138109..860c439d9a0 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -2598,6 +2598,9 @@ If @var{alist} has a @code{previous-window} entry and the window | |||
| 2598 | specified by that entry is live and not dedicated to another buffer, | 2598 | specified by that entry is live and not dedicated to another buffer, |
| 2599 | that window will be preferred, even if it never showed @var{buffer} | 2599 | that window will be preferred, even if it never showed @var{buffer} |
| 2600 | before. | 2600 | before. |
| 2601 | |||
| 2602 | This function will not choose the selected window if it finds another | ||
| 2603 | eligible window that has shown @var{buffer} previously. | ||
| 2601 | @end defun | 2604 | @end defun |
| 2602 | 2605 | ||
| 2603 | @defun display-buffer-use-some-window buffer alist | 2606 | @defun display-buffer-use-some-window buffer alist |