branch: externals/transient commit 3ff531ba13619883e0aee0ab61db61a62b10cb1f Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Use "verbatim" emphasis markers --- docs/transient.org | 6 +++--- docs/transient.texi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index c28a675e2c..34c24d7ba4 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -1067,8 +1067,8 @@ argument that is mandatory in all cases. used. Unless the class is specified explicitly, the appropriate class is - guessed based on the long argument. If the argument ends with "=" - (e.g., "--format=") then ~transient-option~ is used, otherwise + guessed based on the long argument. If the argument ends with === + (e.g., =--format==) then ~transient-option~ is used, otherwise ~transient-switch~. Finally, details can be specified using optional {{{var(KEYWORD-VALUE)}}} pairs. @@ -1558,7 +1558,7 @@ object should not affect later invocations. - The ~transient-switches~ class can be used for a set of mutually exclusive command-line switches. -- The ~transient-files~ class can be used for a "--" argument that +- The ~transient-files~ class can be used for a =--= argument that indicates that all remaining arguments are files. - Classes used for infix commands that represent variables should diff --git a/docs/transient.texi b/docs/transient.texi index 01a15afabd..a821e7af79 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -1268,8 +1268,8 @@ Only the long argument is displayed in the popup buffer. See used. Unless the class is specified explicitly, the appropriate class is -guessed based on the long argument. If the argument ends with "=" -(e.g., "--format=") then @code{transient-option} is used, otherwise +guessed based on the long argument. If the argument ends with @samp{=} +(e.g., @samp{--format=}) then @code{transient-option} is used, otherwise @code{transient-switch}. @end itemize @@ -1807,7 +1807,7 @@ The @code{transient-switches} class can be used for a set of mutually exclusive command-line switches. @item -The @code{transient-files} class can be used for a "--" argument that +The @code{transient-files} class can be used for a @samp{--} argument that indicates that all remaining arguments are files. @item