diff options
| author | Jonas Bernoulli | 2023-02-20 16:36:16 +0100 |
|---|---|---|
| committer | Jonas Bernoulli | 2023-02-20 16:36:16 +0100 |
| commit | 02aba20d528f1ec45ad36424e8d65ace985dd04a (patch) | |
| tree | 8c92ba7d531785bcf28b5d4632037b504a2823d8 /doc/misc | |
| parent | d7010d64b216b3adf7dd5adcc9bb62c7208b8d43 (diff) | |
| download | emacs-02aba20d528f1ec45ad36424e8d65ace985dd04a.tar.gz emacs-02aba20d528f1ec45ad36424e8d65ace985dd04a.zip | |
Update to Transient v0.3.7-216-gfe40342
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/transient.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi index 7be8b630412..850930a290f 100644 --- a/doc/misc/transient.texi +++ b/doc/misc/transient.texi | |||
| @@ -1214,7 +1214,7 @@ Suffix specifications have this form: | |||
| 1214 | 1214 | ||
| 1215 | @lisp | 1215 | @lisp |
| 1216 | ([@var{LEVEL}] | 1216 | ([@var{LEVEL}] |
| 1217 | [@var{KEY}] [@var{DESCRIPTION}] | 1217 | [@var{KEY} [@var{DESCRIPTION}]] |
| 1218 | @var{COMMAND}|@var{ARGUMENT} [@var{KEYWORD} @var{VALUE}]...) | 1218 | @var{COMMAND}|@var{ARGUMENT} [@var{KEYWORD} @var{VALUE}]...) |
| 1219 | @end lisp | 1219 | @end lisp |
| 1220 | 1220 | ||
| @@ -1253,8 +1253,7 @@ Any command will do; it does not need to have an object associated | |||
| 1253 | with it (as would be the case if @code{transient-define-suffix} or | 1253 | with it (as would be the case if @code{transient-define-suffix} or |
| 1254 | @code{transient-define-infix} were used to define it). | 1254 | @code{transient-define-infix} were used to define it). |
| 1255 | 1255 | ||
| 1256 | Anonymous, dynamically defined suffix commands are also supported. | 1256 | COMMAND can also be a @code{lambda} expression. |
| 1257 | See information about the @code{:setup-children} function in @ref{Group Specifications}. | ||
| 1258 | 1257 | ||
| 1259 | As mentioned above, the object that is associated with a command can | 1258 | As mentioned above, the object that is associated with a command can |
| 1260 | be used to set the default for certain values that otherwise have to | 1259 | be used to set the default for certain values that otherwise have to |