branch: externals/transient commit 4e8aa09b3f9b909dddde85269eb5051b5801a07c Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient-define-infix: Fix documentation Closes #175. --- docs/transient.org | 4 ++-- docs/transient.texi | 8 ++++---- lisp/transient.el | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index 675dc805d0..f321ef80fb 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -1029,8 +1029,8 @@ suffixes". methods are different for different infix command classes. In rare cases the above command function might not be suitable, even if you define your own infix command class. In that case you have to use - ~transient-suffix-command~ to define the infix command and use ~t~ as - the value of the ~:transient~ keyword. + ~transient-define-suffix~ to define the infix command and use ~t~ as the + value of the ~:transient~ keyword. - Macro: transient-define-argument name arglist [docstring] [keyword value]... diff --git a/docs/transient.texi b/docs/transient.texi index ae44d41aa6..3347e3be83 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Transient User and Developer Manual -@subtitle for version 0.3.7 (v0.3.7-9-g667488eb+1) +@subtitle for version 0.3.7 (v0.3.7-12-g34911615+1) @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. @noindent -This manual is for Transient version 0.3.7 (v0.3.7-9-g667488eb+1). +This manual is for Transient version 0.3.7 (v0.3.7-12-g34911615+1). @quotation Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -1279,8 +1279,8 @@ Different infix commands behave differently because the concrete methods are different for different infix command classes. In rare cases the above command function might not be suitable, even if you define your own infix command class. In that case you have to use -@code{transient-suffix-command} to define the infix command and use @code{t} as -the value of the @code{:transient} keyword. +@code{transient-define-suffix} to define the infix command and use @code{t} as the +value of the @code{:transient} keyword. @end defmac @defmac transient-define-argument name arglist [docstring] [keyword value]@dots{} diff --git a/lisp/transient.el b/lisp/transient.el index f80e6afb10..0305418dea 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -911,7 +911,7 @@ functions. Different infix commands behave differently because the concrete methods are different for different infix command classes. In rare case the above command function might not be suitable, even if you define your own infix command class. In -that case you have to use `transient-suffix-command' to define +that case you have to use `transient-define-suffix' to define the infix command and use t as the value of the `:transient' keyword.