aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2008-11-25 04:27:29 +0000
committerGlenn Morris2008-11-25 04:27:29 +0000
commit59f800540b6feedfd2d57e5612a78086d17b95c9 (patch)
tree39c8344b23d81612adcae1056ab6dc8fd10b0c2d /doc
parent975c500dacaa09bbfb413babe34c996e63286835 (diff)
downloademacs-59f800540b6feedfd2d57e5612a78086d17b95c9.tar.gz
emacs-59f800540b6feedfd2d57e5612a78086d17b95c9.zip
(Signaling Errors): Fix `wrong-type-argument' name.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/control.texi2
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).
803Subcategories of @code{file-error} are handled specially. 803Subcategories of @code{file-error} are handled specially.
804 804
805The number and significance of the objects in @var{data} depends on 805The 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,
807there should be two objects in the list: a predicate that describes the type 807there should be two objects in the list: a predicate that describes the type
808that was expected, and the object that failed to fit that type. 808that was expected, and the object that failed to fit that type.
809 809