aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-02-08 02:32:24 +0000
committerLuc Teirlinck2006-02-08 02:32:24 +0000
commita100894f00edb0e281c76478d160e757dc7f7794 (patch)
treebe55e8e3b8dcb43f0b039a5ffaeccffb378d9937
parentddb92833635e7b2159e9e34f44fc89c9fd43cf91 (diff)
downloademacs-a100894f00edb0e281c76478d160e757dc7f7794.tar.gz
emacs-a100894f00edb0e281c76478d160e757dc7f7794.zip
(Basic Indent): Fix typo.
-rw-r--r--man/programs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 3e7978952a4..f4df93a0d43 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -420,7 +420,7 @@ functions, even inside strings or comments, you must set
420Paren}, for more information on this. 420Paren}, for more information on this.
421 421
422 Normally, lines are indented with tabs and spaces. If you want Emacs 422 Normally, lines are indented with tabs and spaces. If you want Emacs
423to use spaces only, set @code{indent-tabs-mode} (@pref{Just Spaces}). 423to use spaces only, set @code{indent-tabs-mode} (@pxref{Just Spaces}).
424 424
425@node Multi-line Indent 425@node Multi-line Indent
426@subsection Indenting Several Lines 426@subsection Indenting Several Lines