From: Lars Ingebrigtsen Date: Thu, 7 Jan 2021 15:00:58 +0000 (+0100) Subject: Fix typo in last display-buffer doc string change X-Git-Tag: emacs-28.0.90~4350^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e6b74d2047452bb1fc3285921465132aeda0cb7;p=emacs.git Fix typo in last display-buffer doc string change * lisp/window.el (display-buffer): Fix typo in last doc string change. --- 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