aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-11-29 23:55:54 +0800
committerChong Yidong2011-11-29 23:55:54 +0800
commite70b5064d77602ba43cd31216ca8f3eb9a4c2c42 (patch)
treeb1979b58986f343ff5fd7f0d7d801b1cec0e2ec0 /etc
parentf3af92b794bcce576fb0acad47b41f677a2b41dc (diff)
downloademacs-e70b5064d77602ba43cd31216ca8f3eb9a4c2c42.tar.gz
emacs-e70b5064d77602ba43cd31216ca8f3eb9a4c2c42.zip
Update doc for behavior of TAB in Text based modes.
* lisp/indent.el (indent-for-tab-command, indent-according-to-mode): Doc fix. (indent-region): Doc fix. Switch nested ifs to equivalent cond.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4e329ea35fc..fe481c4ed8f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -551,6 +551,13 @@ at high rate, e.g. if you lean on some key, because stopping redisplay
551in the middle (when this variable is nil) forces more expensive 551in the middle (when this variable is nil) forces more expensive
552updates later on, and Emacs appears to be unable to keep up. 552updates later on, and Emacs appears to be unable to keep up.
553 553
554+++
555** The behavior of <TAB> for active regions in Text mode has changed.
556In Text and related modes, typing <TAB> (`indent-for-tab-command')
557when the region is active causes Emacs to indent all the lines in the
558region, aligning them with the line previous to the first line in the
559region (or with the left margin if there is no previous line).
560
554 561
555* Changes in Specialized Modes and Packages in Emacs 24.1 562* Changes in Specialized Modes and Packages in Emacs 24.1
556 563