diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-11-02 07:01:19 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-11-02 07:01:19 +0000 |
commit | 76dd3692111e8affb61f36f7bd00e8c5d41da64a (patch) | |
tree | bddc3f79a2ff601e49b0765cecd272dd4fe100fa /man/viper.texi | |
parent | ad800164c88de7d29471d1fac5035c23ad82245d (diff) | |
download | emacs-76dd3692111e8affb61f36f7bd00e8c5d41da64a.tar.gz |
Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Diffstat (limited to 'man/viper.texi')
-rw-r--r-- | man/viper.texi | 2 |
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. |