From: Glenn Morris Date: Tue, 25 Nov 2008 04:27:29 +0000 (+0000) Subject: (Signaling Errors): Fix `wrong-type-argument' name. X-Git-Tag: emacs-pretest-23.0.90~1530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59f800540b6feedfd2d57e5612a78086d17b95c9;p=emacs.git (Signaling Errors): Fix `wrong-type-argument' name. --- 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). Subcategories of @code{file-error} are handled specially. The number and significance of the objects in @var{data} depends on -@var{error-symbol}. For example, with a @code{wrong-type-arg} error, +@var{error-symbol}. For example, with a @code{wrong-type-argument} error, there should be two objects in the list: a predicate that describes the type that was expected, and the object that failed to fit that type.