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

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

[elpa] externals/transient f769486803 02/41: Tweak some docstrings


From: Jonas Bernoulli
Subject: [elpa] externals/transient f769486803 02/41: Tweak some docstrings
Date: Sun, 12 Nov 2023 20:04:07 -0500 (EST)

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

    Tweak some docstrings
---
 lisp/transient.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 75efac98d4..ff9c151296 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2634,13 +2634,13 @@ This is a heisenbug, so any additional details might 
help.
 Thanks!" :error)))
 
 (defun transient-toggle-common ()
-  "Toggle whether common commands are always shown."
+  "Toggle whether common commands are permanently shown."
   (interactive)
   (setq transient-show-common-commands (not transient-show-common-commands)))
 
 (defun transient-suspend ()
   "Suspend the current transient.
-It can later be resumed using `transient-resume' while no other
+It can later be resumed using `transient-resume', while no other
 transient is active."
   (interactive))
 
@@ -2649,7 +2649,7 @@ transient is active."
   (interactive))
 
 (defun transient-quit-one ()
-  "Exit the current transients, possibly returning to the previous."
+  "Exit the current transients, returning to outer transient, if any."
   (interactive))
 
 (defun transient-quit-seq ()



reply via email to

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