diff options
Diffstat (limited to 'doc/ref/srfi-modules.texi')
-rw-r--r-- | doc/ref/srfi-modules.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 2e66bafb9..d32560a24 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -1734,9 +1734,9 @@ indicated kind. @deftypefnx {C Function} {double *} scm_f64vector_writable_elements (SCM vec, scm_t_array_handle *handle, size_t *lenp, ssize_t *incp) @deftypefnx {C Function} {float *} scm_c32vector_writable_elements (SCM vec, scm_t_array_handle *handle, size_t *lenp, ssize_t *incp) @deftypefnx {C Function} {double *} scm_c64vector_writable_elements (SCM vec, scm_t_array_handle *handle, size_t *lenp, ssize_t *incp) -Like @code{scm_vector_writable_elements} (@pxref{Vector Accessing from -C}), but returns a pointer to the elements of a uniform numeric vector -of the indicated kind. +Like @code{scm_vector_writable_elements} (@pxref{Vector Accessing from C}), +but returns a pointer to the elements of a uniform numeric vector of the +indicated kind. @end deftypefn @node SRFI-4 and Bytevectors @@ -5280,7 +5280,7 @@ By default, @var{equal-proc} is @code{equal?}. It can be any two-argument procedure, and should answer whether two keys are the same for this table's purposes. -My default @var{hash-proc} assumes that @code{equal-proc} is no +By default @var{hash-proc} assumes that @code{equal-proc} is no coarser than @code{equal?} unless it is literally @code{string-ci=?}. If provided, @var{hash-proc} should be a two-argument procedure that takes a key and the current table size, and answers a reasonably good |