]> git.eshelyaron.com Git - emacs.git/commitdiff
Further display-buffer doc changes
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 7 Jan 2021 15:47:26 +0000 (16:47 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 7 Jan 2021 15:47:30 +0000 (16:47 +0100)
* lisp/window.el (display-buffer): `display-buffer-alist' is
apparently the variable the user should be directed towards.

lisp/window.el

index 37e1800ad115d5737ebf1ddca1b011bd58606980..38be7789062279a6c9e38be86c3cdc8af779399c 100644 (file)
@@ -7379,8 +7379,8 @@ fails, call `display-buffer-pop-up-frame'.")
 
 (defun display-buffer (buffer-or-name &optional action frame)
   "Display BUFFER-OR-NAME in some window, without selecting it.
-To change which window is used, set `display-buffer-base-action'
-to a list containing one of these \"action\" functions:
+To change which window is used, set `display-buffer-alist'
+to an expression containing one of these \"action\" functions:
 
  `display-buffer-same-window' -- Use the selected window.
  `display-buffer-reuse-window' -- Use a window already showing
@@ -7403,7 +7403,7 @@ to a list containing one of these \"action\" functions:
 
 For instance:
 
-   (setq display-buffer-base-action '(display-buffer-at-bottom))
+   (setq display-buffer-alist '((\".*\" display-buffer-at-bottom)))
 
 Buffer display can be further customized to a very high degree;
 the rest of this docstring explains some of the many