[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient fbd6aade63 6/8: Update some doc-strings
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient fbd6aade63 6/8: Update some doc-strings |
Date: |
Fri, 6 Dec 2024 17:05:57 -0500 (EST) |
branch: externals/transient
commit fbd6aade63e4490b02c00444fdd9f7fb3c387f4c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Update some doc-strings
---
lisp/transient.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index e9513ab338..9f99db20f6 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -203,10 +203,8 @@ The default is:
(inhibit-same-window . t))
This displays the window at the bottom of the selected frame.
-Another useful FUNCTION is `display-buffer-below-selected', which
-is what `magit-popup' used by default. For more alternatives see
-info node `(elisp)Display Action Functions' and info node
-`(elisp)Buffer Display Action Alists'.
+For alternatives see info node `(elisp)Display Action Functions'
+and info node `(elisp)Buffer Display Action Alists'.
Note that the buffer that was current before the transient buffer
is shown should remain the current buffer. Many suffix commands
@@ -283,7 +281,7 @@ minibuffer is entered, irrespective of the value of this
option.
When nil (the default), hide the menu while the minibuffer is in use.
When t, keep showing the menu, but allow for the menu window to be
-resized to ensure that completion candidates can be displayed.
+resized, to ensure that completion candidates can be displayed.
When `fixed', keep showing the menu and prevent it from being resized,
which may make it impossible to display the completion candidates. If
- [elpa] externals/transient updated (c9d46a40ee -> 005e50bf46), Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 314f9863d0 3/8: manual: Document transient-save-history, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient fbd6aade63 6/8: Update some doc-strings,
Jonas Bernoulli <=
- [elpa] externals/transient 3771e1d58c 5/8: transient-default-value: Remove transient-suffix method, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 2f76ce107c 2/8: manual: Document in transient-show-common-commands "Essential Options", Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 8e1cf1ed16 1/8: manual: Move two more options to "Essential Options", Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient eff2245b73 4/8: Never use cl-defgeneric to define the default method, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient fe5fd3904f 7/8: Update manual, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 005e50bf46 8/8: Release version 0.8.0, Jonas Bernoulli, 2024/12/06