Fixed typos in the reference manual in warnings about future changes
authorArthur A. Gleckler <gnu@speechcode.com>
Sat, 27 Aug 2011 18:40:34 +0000 (11:40 -0700)
committerArthur A. Gleckler <gnu@speechcode.com>
Sat, 27 Aug 2011 18:40:34 +0000 (11:40 -0700)
to the semantics of hash table creation functions.

doc/ref-manual/associations.texi

index ff3813930c732933def1b90546a90575256f0132..25a20d8b84df9fb16b664b41d4900546810762e7 100644 (file)
@@ -430,7 +430,7 @@ weakly.
 @findex eq?
 This is an alias for @code{make-weak-eq-hash-table}.
 
-@strong{Warning}:  This become an alias
+@strong{Warning}:  This will become an alias for
 @code{make-strong-eq-hash-table} instead.  We recommend that you use
 @code{make-weak-eq-hash-table} explicitly for weak hash tables.
 @end deffn
@@ -455,7 +455,7 @@ are held strongly.
 @findex eqv?
 This is an alias for @code{make-weak-eqv-hash-table}.
 
-@strong{Warning}:  This become an alias for
+@strong{Warning}:  This will become an alias for
 @code{make-strong-eqv-hash-table} instead.  We recommend that you use
 @code{make-weak-eqv-hash-table} explicitly for weak hash tables.
 @end deffn