From 2e4a0639dc0a803d3bad7ad7a51be83be2fe17b1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Apr 2001 19:08:41 +0000 Subject: [PATCH] Minor clarification. --- man/indent.texi | 11 ++++++----- 1 file 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. @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 -- 2.39.2