From 6688f85fc72d73a38d949a6c4d269354fd450036 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:52:20 +0000 Subject: [PATCH] (newline): Don't quote nil and t in docstrings. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2