Mercurial > emacs
changeset 37420:e495884180bb
Minor clarification.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Apr 2001 19:08:41 +0000 |
parents | 201fa171a6e2 |
children | 04f11a4bb597 |
files | man/indent.texi |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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