Mercurial > emacs
changeset 99922:6ee73280f243
(Signaling Errors): Fix `wrong-type-argument' name.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 25 Nov 2008 04:27:29 +0000 |
parents | 78131c9b51f9 |
children | c52ccf5a901a |
files | doc/lispref/control.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.