]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/tips.texi (Programming Tips): Fix markup.
authorStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 13:33:39 +0000 (15:33 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 28 Sep 2021 13:33:39 +0000 (15:33 +0200)
doc/lispref/tips.texi

index e8f7a3c6bbb0b142db927680c29255e577de142a..fa764f18b5c2ccce44c2205e4253f267f4c8c6e4 100644 (file)
@@ -396,9 +396,9 @@ An error message should start with a capital letter but should not end
 with a period or other punctuation.
 
 It is occasionally useful to tell the user where an error originated,
-even if @code{debug-on-error} is nil.  In such cases, a lower-case
-Lisp symbol can be prepended to the error message.  For example, the
-error message ``Invalid input'' could be extended to say
+even if @code{debug-on-error} is @code{nil}.  In such cases, a
+lower-case Lisp symbol can be prepended to the error message.  For
+example, the error message ``Invalid input'' could be extended to say
 ``some-function: Invalid input''.
 
 @item