diff options
| author | Chong Yidong | 2011-11-29 23:55:54 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-11-29 23:55:54 +0800 |
| commit | e70b5064d77602ba43cd31216ca8f3eb9a4c2c42 (patch) | |
| tree | b1979b58986f343ff5fd7f0d7d801b1cec0e2ec0 /etc | |
| parent | f3af92b794bcce576fb0acad47b41f677a2b41dc (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -551,6 +551,13 @@ at high rate, e.g. if you lean on some key, because stopping redisplay | |||
| 551 | in the middle (when this variable is nil) forces more expensive | 551 | in the middle (when this variable is nil) forces more expensive |
| 552 | updates later on, and Emacs appears to be unable to keep up. | 552 | updates 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. | ||
| 556 | In Text and related modes, typing <TAB> (`indent-for-tab-command') | ||
| 557 | when the region is active causes Emacs to indent all the lines in the | ||
| 558 | region, aligning them with the line previous to the first line in the | ||
| 559 | region (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 | ||