Mercurial > emacs
changeset 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 | 7d308602f619 |
children | ff9f693543fd |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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