summaryrefslogtreecommitdiff
path: root/man/viper.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2003-11-02 07:01:19 +0000
committerEli Zaretskii <eliz@gnu.org>2003-11-02 07:01:19 +0000
commit76dd3692111e8affb61f36f7bd00e8c5d41da64a (patch)
treebddc3f79a2ff601e49b0765cecd272dd4fe100fa /man/viper.texi
parentad800164c88de7d29471d1fac5035c23ad82245d (diff)
downloademacs-76dd3692111e8affb61f36f7bd00e8c5d41da64a.tar.gz
Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Diffstat (limited to 'man/viper.texi')
-rw-r--r--man/viper.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/viper.texi b/man/viper.texi
index 2e27a682236..2012ee58875 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -3140,7 +3140,7 @@ Return, Enter
We also use @samp{word} for alphanumeric/non-alphanumeric words, and
@samp{WORD} for whitespace delimited words. @samp{char} refers to any
-ASCII character, @samp{CHAR} to non-whitespace character.
+@acronym{ASCII} character, @samp{CHAR} to non-whitespace character.
Brackets @samp{[]} indicate optional parameters; @samp{<count>} also
optional, usually defaulting to 1. Brackets are elided for
@samp{<count>} to eschew obfuscation.