summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-08-06 15:21:02 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-08-06 15:21:02 +0200
commit1be2b7298045cae7e9987773fd848690b239337a (patch)
tree12bcba8831ce3dc5bf0fe418863901b4aea22db8 /docs
parent9cd69ef226b43cd4a86fa98f16b4e67711543af3 (diff)
manual: Use verbatim instead of code in diagram legends
Diffstat (limited to 'docs')
-rw-r--r--docs/transient.org12
-rw-r--r--docs/transient.texi12
2 files changed, 12 insertions, 12 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 1aa7e45..7ff257b 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -1886,10 +1886,10 @@ prefix arguments, they are also quite different and much more complex.
The following diagrams illustrate some of the differences.
-- ~(c)~ represents a return to the command loop.
-- ~(+)~ represents the user's choice to press one key or another.
-- ~{WORD}~ are possible behaviors.
-- ~{NUMBER}~ is a footnote.
+- =(c)= represents a return to the command loop.
+- =(+)= represents the user's choice to press one key or another.
+- ={WORD}= are possible behaviors.
+- ={NUMBER}= is a footnote.
*** Regular Prefix Commands
:PROPERTIES:
@@ -2068,7 +2068,7 @@ and also takes external state into account.
`------------------> {exit} --> (c)
#+end_example
-- ~{1}~ Transients can be configured to be exited when a suffix command
+- ={1}= Transients can be configured to be exited when a suffix command
is invoked. The default is to do so for all suffixes except for
those that are common to all transients and which are used to
perform tasks such as providing help and saving the value of the
@@ -2076,7 +2076,7 @@ and also takes external state into account.
specified for individual suffix commands and may even depend on
state.
-- ~{2}~ Transients can be configured to allow the user to invoke
+- ={2}= Transients can be configured to allow the user to invoke
non-suffix commands. The default is to not allow that and instead
warn the user.
diff --git a/docs/transient.texi b/docs/transient.texi
index 5e0e0f1..2df8215 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -2209,13 +2209,13 @@ The following diagrams illustrate some of the differences.
@itemize
@item
-@code{(c)} represents a return to the command loop.
+@samp{(c)} represents a return to the command loop.
@item
-@code{(+)} represents the user's choice to press one key or another.
+@samp{(+)} represents the user's choice to press one key or another.
@item
-@code{@{WORD@}} are possible behaviors.
+@samp{@{WORD@}} are possible behaviors.
@item
-@code{@{NUMBER@}} is a footnote.
+@samp{@{NUMBER@}} is a footnote.
@end itemize
@anchor{Regular Prefix Commands}
@@ -2391,7 +2391,7 @@ and also takes external state into account.
@itemize
@item
-@code{@{1@}} Transients can be configured to be exited when a suffix command
+@samp{@{1@}} Transients can be configured to be exited when a suffix command
is invoked. The default is to do so for all suffixes except for
those that are common to all transients and which are used to
perform tasks such as providing help and saving the value of the
@@ -2400,7 +2400,7 @@ specified for individual suffix commands and may even depend on
state.
@item
-@code{@{2@}} Transients can be configured to allow the user to invoke
+@samp{@{2@}} Transients can be configured to allow the user to invoke
non-suffix commands. The default is to not allow that and instead
warn the user.
@end itemize