]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/anti.texi
Doc fixes: markup (mainly nil -> @code{nil})
[gnu-emacs] / doc / lispref / anti.texi
index 3de9f4ab9d1f4912cb873d5d3952e1eb682db7aa..2ca2290a022b5e7ce96fb306acc54aede55e12bf 100644 (file)
@@ -30,7 +30,7 @@ minimum of fuss.  But @xref{Dynamic Binding Tips}, for tips to avoid
 making your programs hard to understand.
 
 @item
-Calling a minor mode function from Lisp with a nil or omitted argument
+Calling a minor mode function from Lisp with a @code{nil} or omitted argument
 does not enable the minor mode unconditionally; instead, it toggles
 the minor mode---which is the straightforward thing to do, since that
 is the behavior when invoked interactively.  One downside is that it