# HG changeset patch # User Richard M. Stallman # Date 987966521 0 # Node ID e495884180bb514d2bf7c14f573d3791cff2587c # Parent 201fa171a6e2810c22c5bbcc04f139b1a1f2486f Minor clarification. diff -r 201fa171a6e2 -r e495884180bb man/indent.texi --- a/man/indent.texi Sun Apr 22 14:55:21 2001 +0000 +++ b/man/indent.texi Sun Apr 22 19:08:41 2001 +0000 @@ -190,11 +190,12 @@ @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