summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-11-30 19:23:37 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-11-30 19:23:37 +0100
commit413c8cb46971863bfb1d1a8d1cc546c927976af5 (patch)
tree3005f8e37ff74097bcc45818d047419d019324fb /docs
parent23b8670bfda65436fc03eb03adc8191a3e4e5a0d (diff)
manual: Fix quoting of non-nil
Diffstat (limited to 'docs')
-rw-r--r--docs/transient.org2
-rw-r--r--docs/transient.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 5349fb8..522c914 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -774,7 +774,7 @@ that tree are not objects but have the form {{{codevar((LEVEL CLASS PLIST))}}},
they are never active at the same time, see [[*Predicate Slots]].
Unfortunately both false-positives and false-negatives are possible.
- To deal with the former use non-nil {{{var(KEEP-OTHER.)}}} To deal with the
+ To deal with the former use non-~nil~ {{{var(KEEP-OTHER.)}}} To deal with the
latter remove the conflicting binding explicitly.
- Function: transient-replace-suffix prefix loc suffix ::
diff --git a/docs/transient.texi b/docs/transient.texi
index 53956d7..b78b1aa 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -942,7 +942,7 @@ that multiple suffix commands can be bound to the same key, provided
they are never active at the same time, see @ref{Predicate Slots}.
Unfortunately both false-positives and false-negatives are possible.
-To deal with the former use non-nil @var{KEEP-OTHER@.} To deal with the
+To deal with the former use non-@code{nil} @var{KEEP-OTHER@.} To deal with the
latter remove the conflicting binding explicitly.
@end defun