summaryrefslogtreecommitdiff
path: root/doc/lispref/control.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-11-25 04:27:29 +0000
committerGlenn Morris <rgm@gnu.org>2008-11-25 04:27:29 +0000
commit704c24edcbbbcd263a6f3358e1aa2b4e622ed23b (patch)
treecea835fa415c9f38b926d14eb456f41f522ebb9c /doc/lispref/control.texi
parent257960e0a28f44bda13a4bd5f9ef437b61cca880 (diff)
downloademacs-704c24edcbbbcd263a6f3358e1aa2b4e622ed23b.tar.gz
(Signaling Errors): Fix `wrong-type-argument' name.
Diffstat (limited to 'doc/lispref/control.texi')
-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).
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.