emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/vip.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/vip.texi [lexbind]
Date: Thu, 20 Nov 2003 19:36:55 -0500

Index: emacs/man/vip.texi
diff -c emacs/man/vip.texi:1.5.8.2 emacs/man/vip.texi:1.5.8.3
*** emacs/man/vip.texi:1.5.8.2  Tue Oct 14 18:56:25 2003
--- emacs/man/vip.texi  Thu Nov 20 19:36:13 2003
***************
*** 121,127 ****
  @cindex end (of buffer)
  @cindex region
  
! Conceptually, a @dfn{buffer} is just a string of 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
--- 121,127 ----
  @cindex end (of buffer)
  @cindex region
  
! 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,1009 ****
  @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.
  @item m <
  Set mark at the beginning of current buffer.
  @item m >
--- 1003,1009 ----
  @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 @acronym{ASCII} letter.
  @item m <
  Set mark at the beginning of current buffer.
  @item m >




reply via email to

[Prev in Thread] Current Thread [Next in Thread]