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:
parent
14ff05e031
commit
4d4efdcffd
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue