aboutsummaryrefslogtreecommitdiffstats
path: root/lispintro
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-21 14:13:49 +0000
committerJuanma Barranquero2005-06-21 14:13:49 +0000
commitf0cdbdfa39012d5e3673cb8b47f06465d981224f (patch)
tree963c6e32f562f122f4ff50194bb630ca5a20f114 /lispintro
parent23873c965cd10f20df6f62666d43acf940ca3126 (diff)
downloademacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.tar.gz
emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.zip
Fix spellings.
Diffstat (limited to 'lispintro')
-rw-r--r--lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index 3714e010d18..cb2396975dc 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -7319,7 +7319,7 @@ this:
7319 7319
7320The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies 7320The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies
7321three different things. First, and most simply, the asterisk, @samp{*}, 7321three different things. First, and most simply, the asterisk, @samp{*},
7322causes an error to be signalled if the buffer is read-only. This means that 7322causes an error to be signaled if the buffer is read-only. This means that
7323if you try @code{zap-to-char} in a read-only buffer you will not be able to 7323if you try @code{zap-to-char} in a read-only buffer you will not be able to
7324remove text, and you will receive a message that says ``Buffer is 7324remove text, and you will receive a message that says ``Buffer is
7325read-only''; your terminal may beep at you as well. 7325read-only''; your terminal may beep at you as well.