]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert checkin on wrong branch.
authorDave Love <fx@gnu.org>
Tue, 18 Dec 2001 15:42:05 +0000 (15:42 +0000)
committerDave Love <fx@gnu.org>
Tue, 18 Dec 2001 15:42:05 +0000 (15:42 +0000)
lisp/simple.el

index ac38c8ac32407808e155d90dec38f11816036a3d..112d9566d718b70098a53252e3e867c914990fa8 100644 (file)
@@ -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