aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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