emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/transient a96818c93a 257/366: transient-display-buffer-


From: Jonas Bernoulli
Subject: [elpa] externals/transient a96818c93a 257/366: transient-display-buffer-action: Correct outdated doc-string
Date: Tue, 25 Jan 2022 18:54:46 -0500 (EST)

branch: externals/transient
commit a96818c93a10d9ef9bb14e5c0b9fdc1a808b13b9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-display-buffer-action: Correct outdated doc-string
---
 lisp/transient.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 93a643c78e..e4026d8a4a 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -161,7 +161,12 @@ function should accept two arguments: a buffer to display 
and
 an alist of the same form as ALIST.  See `display-buffer' for
 details.
 
-The default is (display-buffer-in-side-window (side . bottom)).
+The default is:
+
+  (display-buffer-in-side-window
+    (side . bottom)
+    (inhibit-same-window . t))
+
 This displays the window at the bottom of the selected frame.
 Another useful value is (display-buffer-below-selected).  This
 is what `magit-popup' used by default.  For more alternatives



reply via email to

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