[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient a96818c 1/5: transient-display-buffer-action:
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient a96818c 1/5: transient-display-buffer-action: Correct outdated doc-string |
Date: |
Tue, 15 Jun 2021 19:03:13 -0400 (EDT) |
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 93a643c..e4026d8 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