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

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

[elpa] externals/transient 6c9ae1f46a 27/38: manual: Replace some inaccu


From: Jonas Bernoulli
Subject: [elpa] externals/transient 6c9ae1f46a 27/38: manual: Replace some inaccurate information
Date: Tue, 11 Jan 2022 05:37:46 -0500 (EST)

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

    manual: Replace some inaccurate information
---
 docs/transient.org | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index a6f7009ad6..dcf7cedd95 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -994,7 +994,7 @@ the object's values just for the binding inside this 
transient.
 The next element is either a command or an argument.  This is the only
 argument that is mandatory in all cases.
 
-- Usually COMMAND is a symbol that is bound as a function, which has
+- COMMAND should be a symbol that is bound as a function, which has
   to be defined or at least autoloaded as a command by the time the
   containing prefix command is invoked.
 
@@ -1002,10 +1002,9 @@ argument that is mandatory in all cases.
   with it (as would be the case if ~transient-define-suffix~ or
   ~transient-define-infix~ were used to define it).
 
-  The command can also be a closure or lambda expression, but that
-  should only be used for dynamic transients whose suffixes are
-  defined when the prefix command is invoked.  See information about
-  the ~:setup-children~ function in [[*Group Specifications]].
+  Anonymous, dynamically defined suffix commands are also support.
+  See information about the ~:setup-children~ function in [[*Group
+  Specifications]].
 
   As mentioned above, the object that is associated with a command can
   be used to set the default for certain values that otherwise have to



reply via email to

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