]> code.delx.au - gnu-emacs/blobdiff - lisp/linum.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / linum.el
index 2aac13ab9b03a24d2d528931d99df66da6c03835..7b6a3ea4e42829bd19dfd9ff64eabd6dae41ea55 100644 (file)
@@ -62,7 +62,7 @@ See also `linum-before-numbering-hook'."
 
 (defcustom linum-eager t
   "Whether line numbers should be updated after each command.
-The conservative setting `nil' might miss some buffer changes,
+The conservative setting nil might miss some buffer changes,
 and you have to scroll or press \\[recenter-top-bottom] to update the numbers."
   :group 'linum
   :type 'boolean)