mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
Fix doc typo
This commit is contained in:
parent
6be51f9bbf
commit
06de31ecb7
1 changed files with 2 additions and 3 deletions
|
@ -1846,9 +1846,8 @@ See also @ref{x-vector-copy!,@code{vector-copy!}}.
|
||||||
@deffnx {Scheme Procedure} c64vector-copy src [start [end]]
|
@deffnx {Scheme Procedure} c64vector-copy src [start [end]]
|
||||||
Returns a freshly allocated vector of the indicated type, which must be
|
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}
|
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
|
between @var{start} and @var{end}. @var{start} defaults to 0 and
|
||||||
indicated type. @var{start} defaults to 0 and @var{end} defaults to the
|
@var{end} defaults to the length of @var{src}.
|
||||||
length of @var{src}.
|
|
||||||
|
|
||||||
See also @ref{x-vector-copy,@code{vector-copy}}.
|
See also @ref{x-vector-copy,@code{vector-copy}}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue