From 75a1e0347184743a79d96c01cb83cb681700cead Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 20 Dec 2013 15:56:23 +0100 Subject: [PATCH] Document that `electric-indent-mode' is enabled by default. * doc/emacs/indent.texi: Document that `electric-indent-mode' is enabled by default. --- doc/emacs/ChangeLog | 3 +++ doc/emacs/indent.texi | 5 +++-- etc/NEWS | 1 + 3 files changed, 7 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 @@ 2013-12-20 Tassilo Horn + * 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 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. @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}. diff --git a/etc/NEWS b/etc/NEWS index 232a2753af6..f6c3e9cc052 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -222,6 +222,7 @@ Czech typography rules. To globally enable this feature, evaluate: * Editing Changes in Emacs 24.4 ++++ ** `electric-indent-mode' is enabled by default. ** Uniquify is enabled by default with post-forward-angle-brackets style. -- 2.39.2