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

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

[elpa] externals/transient 09fdd454ff 2/8: transient-current-command: Fi


From: Jonas Bernoulli
Subject: [elpa] externals/transient 09fdd454ff 2/8: transient-current-command: Fix docstring
Date: Wed, 11 May 2022 18:05:34 -0400 (EDT)

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

    transient-current-command: Fix docstring
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index c02f92034a..f77ff3059e 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1340,7 +1340,7 @@ This is an object representing that transient, use
 (defvar transient-current-command nil
   "The transient from which this suffix command was invoked.
 This is a symbol representing that transient, use
-`current-transient-object' to get the respective object.")
+`transient-current-prefix' to get the respective object.")
 
 (defvar transient-current-suffixes nil
   "The suffixes of the transient from which this suffix command was invoked.



reply via email to

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