aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2019-06-11 08:38:34 -0700
committerGlenn Morris2019-06-11 08:38:34 -0700
commit1903e9964f2fd16b604f4ef50390dfa9b4d90a9a (patch)
tree183e546ecafaf4c72049dc7eee47b3962661477b /doc
parente545d612df8111d2dc76c115685ccd3f426ee2ee (diff)
parent5ca093d2814fe5574c720338fc64cba44357f9b3 (diff)
downloademacs-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.texi3
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
2598specified by that entry is live and not dedicated to another buffer, 2598specified by that entry is live and not dedicated to another buffer,
2599that window will be preferred, even if it never showed @var{buffer} 2599that window will be preferred, even if it never showed @var{buffer}
2600before. 2600before.
2601
2602This function will not choose the selected window if it finds another
2603eligible 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