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

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

[elpa] externals/transient cc4dd65511 2/5: transient-show-popup: Mention


From: Jonas Bernoulli
Subject: [elpa] externals/transient cc4dd65511 2/5: transient-show-popup: Mention key binding for transient-show
Date: Tue, 7 Jun 2022 11:16:52 -0400 (EDT)

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

    transient-show-popup: Mention key binding for transient-show
---
 lisp/transient.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index edbb915bd3..9146e64ea4 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -110,21 +110,20 @@
 
 (defcustom transient-show-popup t
   "Whether to show the current transient in a popup buffer.
-
+\\<transient-map>
 - If t, then show the popup as soon as a transient prefix command
   is invoked.
 
 - If nil, then do not show the popup unless the user explicitly
-  requests it, by pressing an incomplete prefix key sequence.
+  requests it, by pressing \\[transient-show] or a prefix key.
 
 - If a number, then delay displaying the popup and instead show
   a brief one-line summary.  If zero or negative, then suppress
   even showing that summary and display the pressed key only.
 
   Show the popup when the user explicitly requests it by pressing
-  an incomplete prefix key sequence.  Unless zero, then also show
-  the popup after that many seconds of inactivity (using the
-  absolute value)."
+  \\[transient-show] or a prefix key.  Unless zero, then also show the popup
+  after that many seconds of inactivity (using the absolute value)."
   :package-version '(transient . "0.1.0")
   :group 'transient
   :type '(choice (const  :tag "instantly" t)



reply via email to

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