diff options
| author | Luc Teirlinck | 2006-02-08 02:32:24 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-08 02:32:24 +0000 |
| commit | a100894f00edb0e281c76478d160e757dc7f7794 (patch) | |
| tree | be55e8e3b8dcb43f0b039a5ffaeccffb378d9937 | |
| parent | ddb92833635e7b2159e9e34f44fc89c9fd43cf91 (diff) | |
| download | emacs-a100894f00edb0e281c76478d160e757dc7f7794.tar.gz emacs-a100894f00edb0e281c76478d160e757dc7f7794.zip | |
(Basic Indent): Fix typo.
| -rw-r--r-- | man/programs.texi | 2 |
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 | |||
| 420 | Paren}, for more information on this. | 420 | Paren}, 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 |
| 423 | to use spaces only, set @code{indent-tabs-mode} (@pref{Just Spaces}). | 423 | to 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 |