From 6ffab1a74be0ceaa14868a91957457858bbbcb02 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 28 Mar 2006 00:47:47 +0000 Subject: [PATCH] (Vector Accessing from C): Show SCM_SIMPLE_VECTOR_SET not SCM_SIMPLE_VECTOR_SET_X, the former is what's in vector.h. --- doc/ref/api-compound.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-compound.texi b/doc/ref/api-compound.texi index 7919c8113..dda2518de 100644 --- a/doc/ref/api-compound.texi +++ b/doc/ref/api-compound.texi @@ -885,7 +885,7 @@ Evaluates to the element at position @var{idx} in the simple vector @var{vec}. No type or range checking is done. @end deftypefn -@deftypefn {C Macro} void SCM_SIMPLE_VECTOR_SET_X (SCM vec, size_t idx, SCM val) +@deftypefn {C Macro} void SCM_SIMPLE_VECTOR_SET (SCM vec, size_t idx, SCM val) Sets the element at position @var{idx} in the simple vector @var{vec} to @var{val}. No type or range checking is done. @end deftypefn