aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-27 15:58:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:25 +0100
commitd7c58989082335fc3d22e71e8132c3441d8ae9da (patch)
treef2fdd51ca764a0a1159d671b7f7e9f6854736580 /doc
parentFix name of text-util test. (diff)
downloadcalp-d7c58989082335fc3d22e71e8132c3441d8ae9da.tar.gz
calp-d7c58989082335fc3d22e71e8132c3441d8ae9da.tar.xz
Fix some incorrect strings in documentation.
Diffstat (limited to 'doc')
-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.