aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/util-type.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/general/util-type.texi')
-rw-r--r--doc/ref/general/util-type.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/general/util-type.texi b/doc/ref/general/util-type.texi
index 61149566..6c100c86 100644
--- a/doc/ref/general/util-type.texi
+++ b/doc/ref/general/util-type.texi
@@ -49,7 +49,7 @@ Also used if new ``primitives'' are to be added, such as list-of.
@defmac typecheck variable type-clause [procedure-name=(current-procedure-name)]
Checks @var{variable} against @var{type-clause}, and raises
-@code{'wrong-type-argument} if it fails. @var{procedure-name} is used
+@code{'wrong-type-arg} if it fails. @var{procedure-name} is used
as the calling procedure for @code{scm-error}.
Useful at the start of procedures.