diff options
| author | Paul Eggert | 2012-10-04 22:57:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 22:57:24 -0700 |
| commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
| tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /doc/lispref/errors.texi | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index b7b26c8708c..b28ed6e84c4 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -148,7 +148,7 @@ The message is @samp{No catch for tag}. @xref{Catch and Throw}. | |||
| 148 | @ignore | 148 | @ignore |
| 149 | @c Not actually used for anything? Probably definition should be removed. | 149 | @c Not actually used for anything? Probably definition should be removed. |
| 150 | @item protected-field | 150 | @item protected-field |
| 151 | The message is @samp{Attempt to modify a protected fiel. | 151 | The message is @samp{Attempt to modify a protected file}. |
| 152 | @end ignore | 152 | @end ignore |
| 153 | 153 | ||
| 154 | @item scan-error | 154 | @item scan-error |
| @@ -205,7 +205,7 @@ of @code{domain-error}. | |||
| 205 | The message is @code{Arithmetic range error}. | 205 | The message is @code{Arithmetic range error}. |
| 206 | 206 | ||
| 207 | @item singularity-error | 207 | @item singularity-error |
| 208 | The mssage is @samp{Arithmetic singularity error}. This is a | 208 | The message is @samp{Arithmetic singularity error}. This is a |
| 209 | subcategory of @code{domain-error}. | 209 | subcategory of @code{domain-error}. |
| 210 | 210 | ||
| 211 | @item underflow-error | 211 | @item underflow-error |