aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-04-22 19:08:41 +0000
committerRichard M. Stallman2001-04-22 19:08:41 +0000
commit2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1 (patch)
treeb9a8002292f74449d17a4713fb65ecd24817ebac
parent03d4836128deca9580a61c4e9d29b8231b01f67d (diff)
downloademacs-2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1.tar.gz
emacs-2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1.zip
Minor clarification.
-rw-r--r--man/indent.texi11
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
194all indentation can be made from spaces only. To request this, set 194prefer, all indentation can be made from spaces only. To request
195@code{indent-tabs-mode} to @code{nil}. This is a per-buffer variable; 195this, set @code{indent-tabs-mode} to @code{nil}. This is a per-buffer
196altering the variable affects only the current buffer, but there is a 196variable, so altering the variable affects only the current buffer,
197default value which you can change as well. @xref{Locals}. 197but 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