diff options
| author | Richard M. Stallman | 2001-04-22 19:08:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-22 19:08:41 +0000 |
| commit | 2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1 (patch) | |
| tree | b9a8002292f74449d17a4713fb65ecd24817ebac | |
| parent | 03d4836128deca9580a61c4e9d29b8231b01f67d (diff) | |
| download | emacs-2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1.tar.gz emacs-2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1.zip | |
Minor clarification.
| -rw-r--r-- | man/indent.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/indent.texi b/man/indent.texi index 8201779e590..16c6db21276 100644 --- a/man/indent.texi +++ b/man/indent.texi | |||
| @@ -190,11 +190,12 @@ for more information on that. | |||
| 190 | @section Tabs vs. Spaces | 190 | @section Tabs vs. Spaces |
| 191 | 191 | ||
| 192 | @vindex indent-tabs-mode | 192 | @vindex indent-tabs-mode |
| 193 | Emacs normally uses both tabs and spaces to indent lines. If you prefer, | 193 | Emacs normally uses both tabs and spaces to indent lines. If you |
| 194 | all indentation can be made from spaces only. To request this, set | 194 | prefer, all indentation can be made from spaces only. To request |
| 195 | @code{indent-tabs-mode} to @code{nil}. This is a per-buffer variable; | 195 | this, set @code{indent-tabs-mode} to @code{nil}. This is a per-buffer |
| 196 | altering the variable affects only the current buffer, but there is a | 196 | variable, so altering the variable affects only the current buffer, |
| 197 | default value which you can change as well. @xref{Locals}. | 197 | but there is a default value which you can change as well. |
| 198 | @xref{Locals}. | ||
| 198 | 199 | ||
| 199 | @findex tabify | 200 | @findex tabify |
| 200 | @findex untabify | 201 | @findex untabify |