From 92858f6f779a0bd2a29c5628fddea3843fd5a061 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 18 Dec 2001 15:42:05 +0000 Subject: [PATCH] Revert checkin on wrong branch. --- lisp/simple.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index ac38c8ac324..112d9566d71 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -52,11 +52,9 @@ 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. -If `use-hard-newlines' is non-nil, the newline is marked with the -text-property `hard'. +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'." +In Auto Fill mode, if no numeric arg, break the preceding line if it's long." (interactive "*P") (barf-if-buffer-read-only) ;; Inserting a newline at the end of a line produces better redisplay in -- 2.39.2