diff options
| author | Glenn Morris | 2008-12-19 03:17:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-19 03:17:49 +0000 |
| commit | 7241fdc51eff786be8999f77da6be548c8c6cf6e (patch) | |
| tree | 56eb2cd92ce4f688a2c614b467e566d48449650b | |
| parent | 06723f0f29b3f64665a5c9e0835219edaca64929 (diff) | |
| download | emacs-7241fdc51eff786be8999f77da6be548c8c6cf6e.tar.gz emacs-7241fdc51eff786be8999f77da6be548c8c6cf6e.zip | |
(Indentation): Use @acronym with ASCII.
| -rw-r--r-- | doc/emacs/indent.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi index 3cdb19a2892..46e1fa2b35b 100644 --- a/doc/emacs/indent.texi +++ b/doc/emacs/indent.texi | |||
| @@ -60,7 +60,7 @@ every line in the region. | |||
| 60 | 60 | ||
| 61 | @vindex tab-width | 61 | @vindex tab-width |
| 62 | Indentation is often performed with the help of @dfn{tab characters} | 62 | Indentation is often performed with the help of @dfn{tab characters} |
| 63 | (ASCII code 9), which are displayed as a stretch of empty space | 63 | (@acronym{ASCII} code 9), which are displayed as a stretch of empty space |
| 64 | extending to the next @dfn{display tab stop}. By default, there is | 64 | extending to the next @dfn{display tab stop}. By default, there is |
| 65 | one display tab stop every eight columns; the number of columns is | 65 | one display tab stop every eight columns; the number of columns is |
| 66 | determined by the variable @code{tab-width}. You can insert a single | 66 | determined by the variable @code{tab-width}. You can insert a single |