diff options
| author | Richard M. Stallman | 1994-05-21 02:22:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-21 02:22:28 +0000 |
| commit | 5632e6b46b3aef91634f9bb7c96c09654d6a63e9 (patch) | |
| tree | 962a8902b7cf8563f43dd70664ce0517dd152397 /lispref/errors.texi | |
| parent | d8acee5f65458ad69657c61b7a4b8fea9ba237fe (diff) | |
| download | emacs-5632e6b46b3aef91634f9bb7c96c09654d6a63e9.tar.gz emacs-5632e6b46b3aef91634f9bb7c96c09654d6a63e9.zip | |
entered into RCS
Diffstat (limited to 'lispref/errors.texi')
| -rw-r--r-- | lispref/errors.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lispref/errors.texi b/lispref/errors.texi index 5c10c3c15bd..8cedced5c32 100644 --- a/lispref/errors.texi +++ b/lispref/errors.texi | |||
| @@ -8,15 +8,15 @@ | |||
| 8 | 8 | ||
| 9 | Here is the complete list of the error symbols in standard Emacs, | 9 | Here is the complete list of the error symbols in standard Emacs, |
| 10 | grouped by concept. The list includes each symbol's message (on the | 10 | grouped by concept. The list includes each symbol's message (on the |
| 11 | @code{error-message} property of the symbol), and a cross reference to a | 11 | @code{error-message} property of the symbol) and a cross reference to a |
| 12 | description of how the error can occur. | 12 | description of how the error can occur. |
| 13 | 13 | ||
| 14 | Each error symbol has an @code{error-conditions} property which is a | 14 | Each error symbol has an @code{error-conditions} property that is a |
| 15 | list of symbols. Normally, this list includes the error symbol itself, | 15 | list of symbols. Normally this list includes the error symbol itself |
| 16 | and the symbol @code{error}. Occasionally it includes additional | 16 | and the symbol @code{error}. Occasionally it includes additional |
| 17 | symbols, which are intermediate classifications, narrower than @code{error} | 17 | symbols, which are intermediate classifications, narrower than |
| 18 | but broader than a single error symbol. For example, all the errors | 18 | @code{error} but broader than a single error symbol. For example, all |
| 19 | in accessing files have the condition @code{file-error}. | 19 | the errors in accessing files have the condition @code{file-error}. |
| 20 | 20 | ||
| 21 | As a special exception, the error symbol @code{quit} does not have the | 21 | As a special exception, the error symbol @code{quit} does not have the |
| 22 | condition @code{error}, because quitting is not considered an error. | 22 | condition @code{error}, because quitting is not considered an error. |
| @@ -62,9 +62,9 @@ This is not a @code{file-error}.@* | |||
| 62 | @xref{Input Functions}. | 62 | @xref{Input Functions}. |
| 63 | 63 | ||
| 64 | @item file-error | 64 | @item file-error |
| 65 | This error, and its subcategories, do not have | 65 | This error and its subcategories do not have error-strings, because the |
| 66 | error-strings, because the error message is constructed from the data | 66 | error message is constructed from the data items alone when the error |
| 67 | items alone when the error condition @code{file-error} is present.@* | 67 | condition @code{file-error} is present.@* |
| 68 | @xref{Files}. | 68 | @xref{Files}. |
| 69 | 69 | ||
| 70 | @item file-locked | 70 | @item file-locked |
| @@ -77,7 +77,7 @@ This is a @code{file-error}.@* | |||
| 77 | 77 | ||
| 78 | @item file-supersession | 78 | @item file-supersession |
| 79 | This is a @code{file-error}.@* | 79 | This is a @code{file-error}.@* |
| 80 | @xref{Buffer Modification}. | 80 | @xref{Modification Time}. |
| 81 | 81 | ||
| 82 | @item invalid-function | 82 | @item invalid-function |
| 83 | @code{"Invalid function"}@* | 83 | @code{"Invalid function"}@* |