# HG changeset patch # User Juanma Barranquero # Date 1052243540 0 # Node ID d36119648467e4f2d8692f9a610d7651b0d8f77d # Parent 7d308602f6196dafab770c92d21171e60790ec0f (newline): Don't quote nil and t in docstrings. diff -r 7d308602f619 -r d36119648467 lisp/simple.el --- 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