diff options
| author | Glenn Morris | 2012-12-05 22:17:10 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-05 22:17:10 -0800 |
| commit | d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1 (patch) | |
| tree | 511f16e150fca1ed64ec71800eb0e62a9d95578a /doc/lispref/errors.texi | |
| parent | b7f3003fdd2e6baacddcd7657708e887a6580785 (diff) | |
| parent | e1d51545ced3cf6f58c44891563dfaf62c34b411 (diff) | |
| download | emacs-d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1.tar.gz emacs-d8ad4d3ff9dcea9c581d72e1e9ec292ea18673b1.zip | |
Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org
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 b92fd9ed665..04c8273cb77 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -24,7 +24,7 @@ conditions, that means it has none. | |||
| 24 | condition @code{error}, because quitting is not considered an error. | 24 | condition @code{error}, because quitting is not considered an error. |
| 25 | 25 | ||
| 26 | @c You can grep for "(put 'foo 'error-conditions ...) to find | 26 | @c You can grep for "(put 'foo 'error-conditions ...) to find |
| 27 | @c examples defined in Lisp. Eg soap-client.el, sasl.el. | 27 | @c examples defined in Lisp. E.g., soap-client.el, sasl.el. |
| 28 | Most of these error symbols are defined in C (mainly @file{data.c}), | 28 | Most of these error symbols are defined in C (mainly @file{data.c}), |
| 29 | but some are defined in Lisp. For example, the file @file{userlock.el} | 29 | but some are defined in Lisp. For example, the file @file{userlock.el} |
| 30 | defines the @code{file-locked} and @code{file-supersession} errors. | 30 | defines the @code{file-locked} and @code{file-supersession} errors. |
| @@ -91,7 +91,7 @@ The message is @samp{End of buffer}. @xref{Character Motion}. | |||
| 91 | @item end-of-file | 91 | @item end-of-file |
| 92 | The message is @samp{End of file during parsing}. Note that this is | 92 | The message is @samp{End of file during parsing}. Note that this is |
| 93 | not a subcategory of @code{file-error}, because it pertains to the | 93 | not a subcategory of @code{file-error}, because it pertains to the |
| 94 | Lisp reader, not to file I/O. @xref{Input Functions}. | 94 | Lisp reader, not to file I/O@. @xref{Input Functions}. |
| 95 | 95 | ||
| 96 | @item file-already-exists | 96 | @item file-already-exists |
| 97 | This is a subcategory of @code{file-error}. @xref{Writing to Files}. | 97 | This is a subcategory of @code{file-error}. @xref{Writing to Files}. |