From: Juanma Barranquero Date: Tue, 6 May 2003 17:52:20 +0000 (+0000) Subject: (newline): Don't quote nil and t in docstrings. X-Git-Tag: ttn-vms-21-2-B4~10272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6688f85fc72d73a38d949a6c4d269354fd450036;p=emacs.git (newline): Don't quote nil and t in docstrings. --- diff --git a/lisp/simple.el b/lisp/simple.el index ff4b83a77a8..f0c119e4a63 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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