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 | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/commands.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/errors.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 93dba237013..9ffa2b74857 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1952,7 +1952,7 @@ position such events have. | |||
| 1952 | 1952 | ||
| 1953 | @defun posnp object | 1953 | @defun posnp object |
| 1954 | This function returns non-@code{nil} if @var{object} is a mouse | 1954 | This function returns non-@code{nil} if @var{object} is a mouse |
| 1955 | oposition list, in either of the formats documented in @ref{Click | 1955 | position list, in either of the formats documented in @ref{Click |
| 1956 | Events}); and @code{nil} otherwise. | 1956 | Events}); and @code{nil} otherwise. |
| 1957 | @end defun | 1957 | @end defun |
| 1958 | 1958 | ||
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 |