From d7c58989082335fc3d22e71e8132c3441d8ae9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 27 Oct 2023 15:58:57 +0200 Subject: Fix some incorrect strings in documentation. --- doc/ref/general/util-type.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3