diff options
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 5054172ff3b..a0e32c5631c 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | by concept. The list includes each symbol's message and a cross reference | 11 | by concept. The list includes each symbol's message and a cross reference |
| 12 | to a description of how the error can occur. | 12 | to a description of how the error can occur. |
| 13 | 13 | ||
| 14 | Each error symbol has an set of parent error conditions that is a | 14 | Each error symbol has a set of parent error conditions 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 | 17 | symbols, which are intermediate classifications, narrower than |