aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 15:56:23 +0100
committerTassilo Horn2013-12-20 15:56:23 +0100
commit75a1e0347184743a79d96c01cb83cb681700cead (patch)
treedf5754e3515bde2aef756dfda79fe05e04581107 /doc
parent98104aea4155a3bf1ec88f46101de76fc6f56ca1 (diff)
downloademacs-75a1e0347184743a79d96c01cb83cb681700cead.tar.gz
emacs-75a1e0347184743a79d96c01cb83cb681700cead.zip
Document that `electric-indent-mode' is enabled by default.
* doc/emacs/indent.texi: Document that `electric-indent-mode' is enabled by default.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/indent.texi5
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5fd0fa5abe7..f63f2f5fa69 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,8 @@
12013-12-20 Tassilo Horn <tsdh@gnu.org> 12013-12-20 Tassilo Horn <tsdh@gnu.org>
2 2
3 * indent.texi: Document that `electric-indent-mode' is enabled by
4 default.
5
3 * display.texi (Cursor Display): Document `blink-cursor-blinks'. 6 * display.texi (Cursor Display): Document `blink-cursor-blinks'.
4 7
5 * buffers.texi: Update list-buffers "screeshop" to show Messages 8 * buffers.texi: Update list-buffers "screeshop" to show Messages
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index 72ec68812ce..43294866b7b 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -236,5 +236,6 @@ indentation; otherwise, it inserts a tab character.
236@cindex mode, Electric Indent 236@cindex mode, Electric Indent
237@findex electric-indent-mode 237@findex electric-indent-mode
238 Electric Indent mode is a global minor mode that automatically 238 Electric Indent mode is a global minor mode that automatically
239indents the line after every @key{RET} you type. To toggle this minor 239indents the line after every @key{RET} you type. This mode is enabled
240mode, type @kbd{M-x electric-indent-mode}. 240by default. To toggle this minor mode, type @kbd{M-x
241electric-indent-mode}.