1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 05:22:04 -08:00

(newline): Doc fix.

This commit is contained in:
Dave Love 2001-12-18 15:38:34 +00:00
parent 14ff05e031
commit 4d4efdcffd

View file

@ -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