SRFI-43 documentation tweaks
authorMark H Weaver <mhw@netris.org>
Fri, 14 Mar 2014 19:07:10 +0000 (15:07 -0400)
committerMark H Weaver <mhw@netris.org>
Fri, 14 Mar 2014 19:07:10 +0000 (15:07 -0400)
* 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'.

doc/ref/api-compound.texi
doc/ref/srfi-modules.texi

index 0b14c48..055de99 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
-@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-@c   2007, 2009, 2010, 2011, 2012, 2013  Free Software Foundation, Inc.
+@c Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+@c   2009, 2010, 2011, 2012, 2013, 2014  Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
 @node Compound Data Types
@@ -673,6 +673,8 @@ that vectors are the special case of one dimensional non-uniform arrays
 and that most array procedures operate happily on vectors
 (@pxref{Arrays}).
 
+Also see @ref{SRFI-43}, for a comprehensive vector library.
+
 @menu
 * Vector Syntax::               Read syntax for vectors.
 * Vector Creation::             Dynamic vector creation and validation.
index 98ce104..b1776c6 100644 (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