summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/srfi-modules.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 734b7f2b7..2d27a0e04 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -1846,9 +1846,8 @@ See also @ref{x-vector-copy!,@code{vector-copy!}}.
@deffnx {Scheme Procedure} c64vector-copy src [start [end]]
Returns a freshly allocated vector of the indicated type, which must be
the same as that of @var{src}, containing the elements of @var{src}
-between @var{start} and @var{end}. @var{src} must be a vector of the
-indicated type. @var{start} defaults to 0 and @var{end} defaults to the
-length of @var{src}.
+between @var{start} and @var{end}. @var{start} defaults to 0 and
+@var{end} defaults to the length of @var{src}.
See also @ref{x-vector-copy,@code{vector-copy}}.
@end deffn