diff options
| author | Richard M. Stallman | 2001-07-08 16:46:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-07-08 16:46:00 +0000 |
| commit | 24c7c69c7b571f25bda50a66ca7347a74b50611b (patch) | |
| tree | cef5958b091f08fe454fab352793f60f8db93063 | |
| parent | da6e9d86abb9abd281b732a750f8dbb164e06fb5 (diff) | |
| download | emacs-24c7c69c7b571f25bda50a66ca7347a74b50611b.tar.gz emacs-24c7c69c7b571f25bda50a66ca7347a74b50611b.zip | |
C-u TAB works only in certain modes.
| -rw-r--r-- | man/programs.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/programs.texi b/man/programs.texi index 8aac57483b7..307605767b3 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -428,11 +428,12 @@ overall indentation. To correct that as well, type @key{TAB} first. | |||
| 428 | @kindex C-u TAB | 428 | @kindex C-u TAB |
| 429 | If you like the relative indentation within a grouping, but not the | 429 | If you like the relative indentation within a grouping, but not the |
| 430 | indentation of its first line, you can type @kbd{C-u @key{TAB}} to | 430 | indentation of its first line, you can type @kbd{C-u @key{TAB}} to |
| 431 | reindent the whole grouping as a rigid unit. @key{TAB} with a numeric | 431 | reindent the whole grouping as a rigid unit. (This works in Lisp |
| 432 | argument reindents the current line as usual, then reindents by the | 432 | modes and C and related modes.) @key{TAB} with a numeric argument |
| 433 | same amount all the lines in the parenthetical grouping starting on | 433 | reindents the current line as usual, then reindents by the same amount |
| 434 | the current line. It is clever, though, and does not alter lines that | 434 | all the lines in the parenthetical grouping starting on the current |
| 435 | start inside strings, or C preprocessor lines when in C mode. | 435 | line. It is clever, though, and does not alter lines that start |
| 436 | inside strings, or C preprocessor lines when in C mode. | ||
| 436 | 437 | ||
| 437 | @findex indent-code-rigidly | 438 | @findex indent-code-rigidly |
| 438 | Another way to specify the range to be reindented is with the region. | 439 | Another way to specify the range to be reindented is with the region. |