Fix spellings.

This commit is contained in:
Juanma Barranquero 2005-06-21 14:13:49 +00:00
parent 23873c965c
commit f0cdbdfa39
8 changed files with 19 additions and 19 deletions

View file

@ -7319,7 +7319,7 @@ this:
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
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.