]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2001 19:08:41 +0000 (19:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2001 19:08:41 +0000 (19:08 +0000)
man/indent.texi

index 8201779e5904709fe44e78ee945305162e054f58..16c6db21276e36765a8d1e636d50eecbfc630802 100644 (file)
@@ -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