]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/os.texi
Doc fixes: markup (mainly nil -> @code{nil})
[gnu-emacs] / doc / lispref / os.texi
index 59ad376436a56e58e7cab71420a8224752bc8122..3b63e08676cf06f1e28046ea767dc7ec9971e7ae 100644 (file)
@@ -748,7 +748,7 @@ Here is an example of how you could use these hooks:
 (add-hook 'suspend-resume-hook (lambda () (message "Resumed!")
                                  (sit-for 2)))
 @end smallexample
-@c The sit-for prevents the ``nil'' that suspend-emacs returns
+@c The sit-for prevents the @code{nil} that suspend-emacs returns
 @c hiding the message.
 
 Here is what you would see upon evaluating @code{(suspend-emacs "pwd")}: