summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-12-09 17:27:03 +0000
committerLudovic Courtès <ludo@gnu.org>2007-12-09 17:27:03 +0000
commitdfe8c13bf099ad07e24b514236d3bba125377eda (patch)
tree4f18362ca001fd5908a9e3abf245ae4ba7d20373 /doc
parent9cc37597af1efcb2e60cc07e82e4d6d8fa874e6e (diff)
downloadguile-dfe8c13bf099ad07e24b514236d3bba125377eda.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/ChangeLog4
-rw-r--r--doc/ref/srfi-modules.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog
index 2deb194f5..aab1ecd90 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 <s11@member.fsf.org>
* 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 d7e3803f5..07e4b7c3f 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -3091,11 +3091,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}.