diff options
| author | Juanma Barranquero | 2005-06-21 14:13:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 14:13:49 +0000 |
| commit | f0cdbdfa39012d5e3673cb8b47f06465d981224f (patch) | |
| tree | 963c6e32f562f122f4ff50194bb630ca5a20f114 /lispintro | |
| parent | 23873c965cd10f20df6f62666d43acf940ca3126 (diff) | |
| download | emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.tar.gz emacs-f0cdbdfa39012d5e3673cb8b47f06465d981224f.zip | |
Fix spellings.
Diffstat (limited to 'lispintro')
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 2 |
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 | ||
| 7320 | The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies | 7320 | The part within quotation marks, @code{"*p\ncZap to char:@: "}, specifies |
| 7321 | three different things. First, and most simply, the asterisk, @samp{*}, | 7321 | 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 | 7322 | 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 | 7323 | 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 | 7324 | remove text, and you will receive a message that says ``Buffer is |
| 7325 | read-only''; your terminal may beep at you as well. | 7325 | read-only''; your terminal may beep at you as well. |