mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-27
1bcac29b2f(origin/emacs-27) dns-mode-soa-auto-increment-serial: safe...abf0f8666d* lisp/wdired.el: Clean out isearch-filter-predicate (bug#...c31c31e57f; Spelling and URL fixes066aad7b9dFinish the documentation for c-noise-macro-{,with-parens-}...c8fcabf245Correct regexp for flags in `format' doc string2e9a153b26Moderate recommendation to escape '(' in doc stringsd7cd4ab7d9Objective C Mode: Make c-forward-type work with "unsigned ...1705e32ebcFix help text about configure module supportbaca81e641* doc/lispref/streams.texi (Output Functions): Improve ind...568a560fceImprove doc string of 'newline'7f50698505Improve doc of eq on bignums etc.e5327a569cDo not refer to obsolete aliasfd09196781; Clarify what time-stamp-active enables # Conflicts: # etc/NEWS
This commit is contained in:
commit
60a3c5d56c
17 changed files with 91 additions and 62 deletions
|
|
@ -503,9 +503,7 @@ This hook is run by `delete-selection-uses-region-p', which see.")
|
|||
|
||||
(defun newline (&optional arg interactive)
|
||||
"Insert a newline, and move to left margin of the new line if it's blank.
|
||||
If option `use-hard-newlines' is non-nil, the newline is marked with the
|
||||
text-property `hard'.
|
||||
With ARG, insert that many newlines.
|
||||
With prefix argument ARG, insert that many newlines.
|
||||
|
||||
If `electric-indent-mode' is enabled, this indents the final new line
|
||||
that it adds, and reindents the preceding line. To just insert
|
||||
|
|
@ -514,6 +512,9 @@ a newline, use \\[electric-indent-just-newline].
|
|||
If `auto-fill-mode' is enabled, this may cause automatic line
|
||||
breaking of the preceding line. A non-nil ARG inhibits this.
|
||||
|
||||
If `use-hard-newlines' is enabled, the newline is marked with the
|
||||
text-property `hard'.
|
||||
|
||||
A non-nil INTERACTIVE argument means to run the `post-self-insert-hook'."
|
||||
(interactive "*P\np")
|
||||
(barf-if-buffer-read-only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue