# HG changeset patch # User Glenn Morris # Date 1227587249 0 # Node ID 6ee73280f243692a3d2d826a8488651be90a454d # Parent 78131c9b51f92421126a7cd598302e766aaac526 (Signaling Errors): Fix `wrong-type-argument' name. diff -r 78131c9b51f9 -r 6ee73280f243 doc/lispref/control.texi --- a/doc/lispref/control.texi Tue Nov 25 04:26:22 2008 +0000 +++ b/doc/lispref/control.texi Tue Nov 25 04:27:29 2008 +0000 @@ -803,7 +803,7 @@ 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.