]> git.eshelyaron.com Git - emacs.git/commitdiff
Backport NEWS tweak from trunk
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Mar 2014 01:43:01 +0000 (21:43 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Mar 2014 01:43:01 +0000 (21:43 -0400)
etc/NEWS

index a816a20810cd06914c51c3fc3e66dce81e8bc4f2..360ab3f81c0b1c05fea53a07986bbe90850c261c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -367,8 +367,9 @@ means to always load the .elc file.
 
 +++
 *** `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.
+Typing RET reindents the current line and indents the new line.
+`C-j' inserts a newline but does not indent.  In some programming modes,
+additional characters are electric (eg `{').
 
 +++
 *** New buffer-local `electric-indent-local-mode'.