From: Richard M. Stallman Date: Sun, 22 Apr 2001 19:08:41 +0000 (+0000) Subject: Minor clarification. X-Git-Tag: emacs-pretest-21.0.103~152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1;p=emacs.git Minor clarification. --- 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. @section Tabs vs. Spaces @vindex indent-tabs-mode - Emacs normally uses both tabs and spaces to indent lines. If you prefer, -all indentation can be made from spaces only. To request this, set -@code{indent-tabs-mode} to @code{nil}. This is a per-buffer variable; -altering the variable affects only the current buffer, but there is a -default value which you can change as well. @xref{Locals}. + Emacs normally uses both tabs and spaces to indent lines. If you +prefer, all indentation can be made from spaces only. To request +this, set @code{indent-tabs-mode} to @code{nil}. This is a per-buffer +variable, so altering the variable affects only the current buffer, +but there is a default value which you can change as well. +@xref{Locals}. @findex tabify @findex untabify