diff options
| author | Glenn Morris | 2019-06-11 08:38:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-06-11 08:38:34 -0700 |
| commit | 1903e9964f2fd16b604f4ef50390dfa9b4d90a9a (patch) | |
| tree | 183e546ecafaf4c72049dc7eee47b3962661477b /doc | |
| parent | e545d612df8111d2dc76c115685ccd3f426ee2ee (diff) | |
| parent | 5ca093d2814fe5574c720338fc64cba44357f9b3 (diff) | |
| download | emacs-1903e9964f2fd16b604f4ef50390dfa9b4d90a9a.tar.gz emacs-1903e9964f2fd16b604f4ef50390dfa9b4d90a9a.zip | |
Merge from origin/emacs-26
5ca093d (origin/emacs-26) Fix doc of 'display-buffer-in-previous-wind...
add2cac lisp/*.el: Minor docstring fixes
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 |