[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 03f9f314cd 7/8: Re-generate manual
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 03f9f314cd 7/8: Re-generate manual |
Date: |
Sat, 2 Nov 2024 09:09:39 -0400 (EDT) |
branch: externals/transient
commit 03f9f314cd222139d1a224e1c7f4d30b8ca5e1f6
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Re-generate manual
---
docs/transient.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/transient.texi b/docs/transient.texi
index 59f9278cf9..54407bef66 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -1061,7 +1061,7 @@ binds the transient's infix and suffix commands. In
other words, it
defines the complete transient, not just the transient prefix command
that is used to invoke that transient.
-@defmac transient-define-prefix name arglist [docstring] [keyword value]...
group... [body...]
+@defmac transient-define-prefix name arglist [docstring] [keyword
value]@dots{} group@dots{} [body@dots{}]
This macro defines @var{NAME} as a transient prefix command and binds the
transient's infix and suffix commands.
@@ -1383,7 +1383,7 @@ Note that an infix is a special kind of suffix.
Depending on context
``suffixes'' means ``suffixes (including infixes)'' or ``non-infix
suffixes''.
-@defmac transient-define-suffix name arglist [docstring] [keyword value]...
body...
+@defmac transient-define-suffix name arglist [docstring] [keyword
value]@dots{} body@dots{}
This macro defines @var{NAME} as a transient suffix command.
@var{ARGLIST} are the arguments that the command takes.
@@ -1400,7 +1400,7 @@ The infix arguments are usually accessed by using
@code{transient-args}
inside @code{interactive}.
@end defmac
-@defmac transient-define-infix name arglist [docstring] [keyword value]...
+@defmac transient-define-infix name arglist [docstring] [keyword value]@dots{}
This macro defines @var{NAME} as a transient infix command.
@var{ARGLIST} is always ignored (but mandatory never-the-less) and
@@ -1433,7 +1433,7 @@ define your own infix command class. In that case you
have to use
value of the @code{:transient} keyword.
@end defmac
-@defmac transient-define-argument name arglist [docstring] [keyword value]...
+@defmac transient-define-argument name arglist [docstring] [keyword
value]@dots{}
This macro defines @var{NAME} as a transient infix command.
This is an alias for @code{transient-define-infix}. Only use this alias
- [elpa] externals/transient updated (fcc54cb5d1 -> d6b52b6eb7), Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient dd91827b41 3/8: Update changelog, Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient cb11650a60 2/8: Show information about the suffix at point in the echo area, Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient 0ed0094919 4/8: Ensure transient-current-* variables are unset on every exit, Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient 1b7f9be7b9 6/8: transient-suffix-object: Drop faulty fallback behavior, Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient d9ced840fa 5/8: transient--make-redisplay-map: Ensure unread-command-events is used, Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient 03f9f314cd 7/8: Re-generate manual,
Jonas Bernoulli <=
- [elpa] externals/transient d6b52b6eb7 8/8: Release version 0.7.8, Jonas Bernoulli, 2024/11/02
- [elpa] externals/transient 38f7f46826 1/8: transient-enable-popup-navigation: Update documentation, Jonas Bernoulli, 2024/11/02