1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-12-09 17:40:54 +00:00
parent dbbed1aa14
commit 48a55ab223
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2007-12-09 Stephen Compall <s11@member.fsf.org>
* srfi-modules.texi (SRFI-69): Avoid use of the first person.
2007-12-03 Stephen Compall <s11@member.fsf.org>
* srfi-modules.texi: Describe SRFI-69 in a new subsection.

View file

@ -3090,11 +3090,11 @@ association.
As a legacy of the time when Guile couldn't grow hash tables,
@var{start-size} is an optional integer argument that specifies the
approximate starting size for the hash table. I will usually round
this to an algorithmically-sounder number.
approximate starting size for the hash table, which will be rounded to
an algorithmically-sounder number.
@end deffn
By @dfn{coarser} than @code{equal?}, I mean that for all @var{x} and
By @dfn{coarser} than @code{equal?}, we mean that for all @var{x} and
@var{y} values where @code{(@var{equal-proc} @var{x} @var{y})},
@code{(equal? @var{x} @var{y})} as well. If that does not hold for
your @var{equal-proc}, you must provide a @var{hash-proc}.