]> code.delx.au - gnu-emacs/blobdiff - lisp/type-break.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / type-break.el
index a5a31c9ffd1dd3e920e0089e8fd1774513c28de5..5a12f02f87656650de05f3d200b4b9c08e021292 100644 (file)
@@ -45,7 +45,7 @@
 
 ;; If you find echo area messages annoying and would prefer to see messages
 ;; in the mode line instead, do M-x type-break-mode-line-message-mode
-;; or set the variable of the same name to `t'.
+;; or set the variable of the same name to t.
 
 ;; This program can truly cons up a storm because of all the calls to
 ;; `current-time' (which always returns fresh conses).  I'm dismayed by