diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 86627323fdb..a98bd24832b 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -803,7 +803,7 @@ error message is the @sc{car} of @var{data} (that must be a string). | |||
| 803 | Subcategories of @code{file-error} are handled specially. | 803 | Subcategories of @code{file-error} are handled specially. |
| 804 | 804 | ||
| 805 | The number and significance of the objects in @var{data} depends on | 805 | The number and significance of the objects in @var{data} depends on |
| 806 | @var{error-symbol}. For example, with a @code{wrong-type-arg} error, | 806 | @var{error-symbol}. For example, with a @code{wrong-type-argument} error, |
| 807 | there should be two objects in the list: a predicate that describes the type | 807 | there should be two objects in the list: a predicate that describes the type |
| 808 | that was expected, and the object that failed to fit that type. | 808 | that was expected, and the object that failed to fit that type. |
| 809 | 809 | ||