summaryrefslogtreecommitdiff
path: root/man/vip.texi
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-04-16 12:51:06 +0000
committerKenichi Handa <handa@m17n.org>2004-04-16 12:51:06 +0000
commit6b61353c0a0320ee15bb6488149735381fed62ec (patch)
treee69adba60e504a5a37beb556ad70084de88a7aab /man/vip.texi
parentdc6a28319312fe81f7a1015e363174022313f0bd (diff)
downloademacs-6b61353c0a0320ee15bb6488149735381fed62ec.tar.gz
Sync to HEAD
Diffstat (limited to 'man/vip.texi')
-rw-r--r--man/vip.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/man/vip.texi b/man/vip.texi
index fc34eacc865..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 >
@@ -1944,3 +1944,7 @@ file.
@setchapternewpage odd
@contents
@bye
+
+@ignore
+ arch-tag: 7c5d17b9-1d21-4261-a88a-b9fdbbf1020b
+@end ignore