diff lisp/simple.el @ 50870:d36119648467

(newline): Don't quote nil and t in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 06 May 2003 17:52:20 +0000
parents ee0efd6ecb89
children f9aa8c8600ff
line wrap: on
line diff
--- a/lisp/simple.el	Tue May 06 17:51:08 2003 +0000
+++ b/lisp/simple.el	Tue May 06 17:52:20 2003 +0000
@@ -80,7 +80,7 @@
 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