diff options
| author | Glenn Morris | 2008-11-25 04:27:29 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-11-25 04:27:29 +0000 |
| commit | 59f800540b6feedfd2d57e5612a78086d17b95c9 (patch) | |
| tree | 39c8344b23d81612adcae1056ab6dc8fd10b0c2d /doc | |
| parent | 975c500dacaa09bbfb413babe34c996e63286835 (diff) | |
| download | emacs-59f800540b6feedfd2d57e5612a78086d17b95c9.tar.gz emacs-59f800540b6feedfd2d57e5612a78086d17b95c9.zip | |
(Signaling Errors): Fix `wrong-type-argument' name.
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 | ||