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/vip.texi | |
parent | ad800164c88de7d29471d1fac5035c23ad82245d (diff) | |
download | emacs-76dd3692111e8affb61f36f7bd00e8c5d41da64a.tar.gz |
Replace @sc{ascii} and ASCII with @acronym{ASCII}.
Diffstat (limited to 'man/vip.texi')
-rw-r--r-- | man/vip.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/vip.texi b/man/vip.texi index 959841b7996..cba1998f011 100644 --- a/man/vip.texi +++ b/man/vip.texi @@ -121,7 +121,7 @@ explained in more detail in the GNU Emacs Manual. @cindex end (of buffer) @cindex region -Conceptually, a @dfn{buffer} is just a string of ASCII characters and two +Conceptually, a @dfn{buffer} is just a string of @acronym{ASCII} characters and two special characters @key{PNT} (@dfn{point}) and @key{MRK} (@dfn{mark}) such that the character @key{PNT} occurs exactly once and @key{MRK} occurs at most once. The @dfn{text} of a buffer is obtained by deleting the @@ -1003,7 +1003,7 @@ The following commands are used to mark positions in the buffer. @item m @var{ch} @kindex 155 @kbd{m} (@code{vip-mark-point}) Store current point in the register @var{ch}. @var{ch} must be a -lower-case ASCII letter. +lower-case @acronym{ASCII} letter. @item m < Set mark at the beginning of current buffer. @item m > |