emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0e6b74d 2/2: Fix typo in last display-buffer doc string change


From: Lars Ingebrigtsen
Subject: master 0e6b74d 2/2: Fix typo in last display-buffer doc string change
Date: Thu, 7 Jan 2021 10:01:08 -0500 (EST)

branch: master
commit 0e6b74d2047452bb1fc3285921465132aeda0cb7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in last display-buffer doc string change
    
    * lisp/window.el (display-buffer): Fix typo in last doc string change.
---
 lisp/window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index 9d16e29..c54a0db 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -7400,7 +7400,7 @@ to a list containing one of these \"action\" functions:
 
 For instance:
 
-   (setq display-buffer-below-selected '(display-buffer-at-bottom))
+   (setq display-buffer-base-action '(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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]