Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03bc753e
Commit
03bc753e
authored
Mar 05, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (newline): Doc tweak.
* etc/NEWS: Related edit.
parent
222426f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
etc/NEWS
etc/NEWS
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+3
-2
No files found.
etc/NEWS
View file @
03bc753e
...
...
@@ -351,6 +351,10 @@ means to always load the .elc file.
** Indentation changes
*** `electric-indent-mode'
is
now
enabled
by
default
.
E
.
g
.,
typing
RET
reindents
the
current
line
and
indents
the
new
line
.
`
C
-
j
' inserts a newline but does not indent.
+++
*** The behavior of `C-x TAB'
(`
indent
-
rigidly
') has changed.
When invoked without a prefix argument, it now activates a transient
...
...
@@ -358,8 +362,6 @@ mode in which typing <left>, <right>, <S-left>, and <S-right> adjusts
the text indentation in the region. Typing any other key resumes
normal editing behavior.
*** `electric-indent-mode'
is
enabled
by
default
.
+++
*** `tab-stop-list'
is
now
implicitly
extended
to
infinity
by
repeating
the
last
step
.
Its
default
value
is
changed
to
nil
,
which
means
a
tab
...
...
lisp/ChangeLog
View file @
03bc753e
2014-03-06 Glenn Morris <rgm@gnu.org>
* simple.el (newline): Doc tweak.
* emacs-lisp/shadow.el (load-path-shadows-find):
Ignore dir-locals. (Bug#12357)
...
...
lisp/simple.el
View file @
03bc753e
...
...
@@ -383,8 +383,9 @@ If option `use-hard-newlines' is non-nil, the newline is marked with the
text-property `hard'.
With ARG, insert that many newlines.
To turn off indentation by this command, disable Electric Indent mode
\(see \\[electric-indent-mode]).
If `electric-indent-mode' is enabled, this indents the final new line
that it adds, and reindents the preceding line. To just insert
a newline, use \\[electric-indent-just-newline].
Calls `auto-fill-function' if the current column number is greater
than the value of `fill-column' and ARG is nil.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment