diff options
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/srfi-modules.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index cf7a4b410..d32560a24 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -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 |