/[emacs]/emacs/lispintro/emacs-lisp-intro.texi
ViewVC logotype

Diff of /emacs/lispintro/emacs-lisp-intro.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by bob, Tue Oct 12 17:23:25 2004 UTC revision 1.33 by lektu, Tue Jun 21 13:18:59 2005 UTC
# Line 7319  this: Line 7319  this:
7319    
7320  The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies  The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies
7321  three different things.  First, and most simply, the asterisk, @samp{*},  three different things.  First, and most simply, the asterisk, @samp{*},
7322  causes an error to be signalled if the buffer is read-only.  This means that  causes an error to be signaled if the buffer is read-only.  This means that
7323  if you try @code{zap-to-char} in a read-only buffer you will not be able to  if you try @code{zap-to-char} in a read-only buffer you will not be able to
7324  remove text, and you will receive a message that says ``Buffer is  remove text, and you will receive a message that says ``Buffer is
7325  read-only''; your terminal may beep at you as well.  read-only''; your terminal may beep at you as well.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26