diff options
Diffstat (limited to 'doc/misc/transient.texi')
-rw-r--r-- | doc/misc/transient.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/transient.texi b/doc/misc/transient.texi index 24c3090ef7a..a6745131d88 100644 --- a/doc/misc/transient.texi +++ b/doc/misc/transient.texi @@ -945,7 +945,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 |