From 4d4efdcffdc74082239eed5eae91b2887b9794a3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 18 Dec 2001 15:38:34 +0000 Subject: [PATCH] (newline): Doc fix. --- lisp/simple.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 112d9566d71..ac38c8ac324 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -52,9 +52,11 @@ Other major modes are defined by comparison with this one." (defun newline (&optional arg) "Insert a newline, and move to left margin of the new line if it's blank. -The newline is marked with the text-property `hard'. +If `use-hard-newlines' is non-nil, the newline is marked with the +text-property `hard'. With ARG, insert that many newlines. -In Auto Fill mode, if no numeric arg, break the preceding line if it's long." +Call `auto-fill-function' if the current column number is greater +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