Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.32 
emacs/lispintro/emacs-lisp-intro.texi:1.33
*** emacs/lispintro/emacs-lisp-intro.texi:1.32  Tue Oct 12 17:23:25 2004
--- emacs/lispintro/emacs-lisp-intro.texi       Tue Jun 21 13:18:59 2005
***************
*** 7319,7325 ****
  
  The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies
  three different things.  First, and most simply, the asterisk, @samp{*},
! causes an error to be signalled if the buffer is read-only.  This means that
  if you try @code{zap-to-char} in a read-only buffer you will not be able to
  remove text, and you will receive a message that says ``Buffer is
  read-only''; your terminal may beep at you as well.
--- 7319,7325 ----
  
  The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies
  three different things.  First, and most simply, the asterisk, @samp{*},
! causes an error to be signaled if the buffer is read-only.  This means that
  if you try @code{zap-to-char} in a read-only buffer you will not be able to
  remove text, and you will receive a message that says ``Buffer is
  read-only''; your terminal may beep at you as well.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to