From 0e6b74d2047452bb1fc3285921465132aeda0cb7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 7 Jan 2021 16:00:58 +0100 Subject: [PATCH] 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 9d16e2956ea..c54a0db211e 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 -- 2.39.5