SRFI-43 documentation tweaks

* doc/ref/api-compound.texi (Vectors): Add cross-reference to SRFI-43.
* doc/ref/srfi-modules.texi (SRFI-43 Selectors): Simplify description of
  'vector-ref'.
This commit is contained in:
Mark H Weaver 2014-03-14 15:07:10 -04:00
commit 2b509a2e37
2 changed files with 6 additions and 4 deletions

View file

@ -4633,8 +4633,8 @@ comparisons are performed is unspecified.
@subsubsection SRFI-43 Selectors
@deffn {Scheme Procedure} vector-ref vec i
Return the value that the location in @var{vec} at @var{i} is mapped to
in the store. Indexing is based on zero.
Return the element at index @var{i} in @var{vec}. Indexing is based on
zero.
@end deffn
@deffn {Scheme Procedure} vector-length vec