]> git.eshelyaron.com Git - emacs.git/commitdiff
Document that `electric-indent-mode' is enabled by default.
authorTassilo Horn <tsdh@gnu.org>
Fri, 20 Dec 2013 14:56:23 +0000 (15:56 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 20 Dec 2013 14:56:23 +0000 (15:56 +0100)
* doc/emacs/indent.texi: Document that `electric-indent-mode' is enabled by
default.

doc/emacs/ChangeLog
doc/emacs/indent.texi
etc/NEWS

index 5fd0fa5abe74860d1ddf275e1fc0f57015875f62..f63f2f5fa699f703e626fe65d3790c3d3dc88246 100644 (file)
@@ -1,5 +1,8 @@
 2013-12-20  Tassilo Horn  <tsdh@gnu.org>
 
+       * indent.texi: Document that `electric-indent-mode' is enabled by
+       default.
+
        * display.texi (Cursor Display): Document `blink-cursor-blinks'.
 
        * buffers.texi: Update list-buffers "screeshop" to show Messages
index 72ec68812cea847be4257ea1b1178d82c8740c42..43294866b7b9600bc490b3aaba84dfb06f121b6e 100644 (file)
@@ -236,5 +236,6 @@ indentation; otherwise, it inserts a tab character.
 @cindex mode, Electric Indent
 @findex electric-indent-mode
   Electric Indent mode is a global minor mode that automatically
-indents the line after every @key{RET} you type.  To toggle this minor
-mode, type @kbd{M-x electric-indent-mode}.
+indents the line after every @key{RET} you type.  This mode is enabled
+by default.  To toggle this minor mode, type @kbd{M-x
+electric-indent-mode}.
index 232a2753af62edc456ef2d55e10d18492cdc0d1d..f6c3e9cc0520bc70ab5d33e55265480078665f3c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -222,6 +222,7 @@ Czech typography rules.  To globally enable this feature, evaluate:
 \f
 * Editing Changes in Emacs 24.4
 
++++
 ** `electric-indent-mode' is enabled by default.
 
 ** Uniquify is enabled by default with post-forward-angle-brackets style.