diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index af80b0823..f5ebad0cf 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,7 @@ +2007-12-09 Stephen Compall + + * srfi-modules.texi (SRFI-69): Avoid use of the first person. + 2007-12-03 Stephen Compall * srfi-modules.texi: Describe SRFI-69 in a new subsection. diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index a1f6d2e4d..24809739d 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -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}.