aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-12-19 03:17:49 +0000
committerGlenn Morris2008-12-19 03:17:49 +0000
commit7241fdc51eff786be8999f77da6be548c8c6cf6e (patch)
tree56eb2cd92ce4f688a2c614b467e566d48449650b
parent06723f0f29b3f64665a5c9e0835219edaca64929 (diff)
downloademacs-7241fdc51eff786be8999f77da6be548c8c6cf6e.tar.gz
emacs-7241fdc51eff786be8999f77da6be548c8c6cf6e.zip
(Indentation): Use @acronym with ASCII.
-rw-r--r--doc/emacs/indent.texi2
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
64extending to the next @dfn{display tab stop}. By default, there is 64extending to the next @dfn{display tab stop}. By default, there is
65one display tab stop every eight columns; the number of columns is 65one display tab stop every eight columns; the number of columns is
66determined by the variable @code{tab-width}. You can insert a single 66determined by the variable @code{tab-width}. You can insert a single