]> git.eshelyaron.com Git - emacs.git/commitdiff
(newline): Don't quote nil and t in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:52:20 +0000 (17:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:52:20 +0000 (17:52 +0000)
lisp/simple.el

index ff4b83a77a8f086bae35470f3950548f424ee604..f0c119e4a631cb5894914c51e5e6bde18706aec5 100644 (file)
@@ -80,7 +80,7 @@ If `use-hard-newlines' is non-nil, the newline is marked with the
 text-property `hard'.
 With ARG, insert that many newlines.
 Call `auto-fill-function' if the current column number is greater
-than the value of `fill-column' and ARG is `nil'."
+than the value of `fill-column' and ARG is nil."
   (interactive "*P")
   (barf-if-buffer-read-only)
   ;; Inserting a newline at the end of a line produces better redisplay in