From: Dave Love Date: Tue, 18 Dec 2001 15:42:05 +0000 (+0000) Subject: Revert checkin on wrong branch. X-Git-Tag: emacs-21.2~229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92858f6f779a0bd2a29c5628fddea3843fd5a061;p=emacs.git Revert checkin on wrong branch. --- 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