diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-06-09 14:19:25 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-06-09 14:19:25 +0000 |
commit | 5151db0c4e24263c5dfc92c31cef8aa2eabe3648 (patch) | |
tree | e36a16a6956866e7d83e8a67f0830bfdeb3f29b3 /man | |
parent | 18fc4652a5fb4ee6cc2f64b12baac3c52751c42c (diff) | |
download | emacs-5151db0c4e24263c5dfc92c31cef8aa2eabe3648.tar.gz |
(Basic Indent): Add a cross-reference to description of indent-tabs-mode.
Diffstat (limited to 'man')
-rw-r--r-- | man/programs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi index 1f1215a3fc0..6e15e811c6b 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -446,6 +446,9 @@ inside a string. This restriction is vital for making the indentation commands fast; you must simply accept it. @xref{Defuns}, for more information on this. + Normally, lines are indented with tabs and spaces. If you want Emacs +to use spaces only, see @ref{Just Spaces}. + @node Multi-line Indent @subsection Indenting Several Lines |