Grammar.
authorAlexey Radul <axch@mit.edu>
Tue, 24 May 2011 09:39:49 +0000 (10:39 +0100)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 9 Apr 2013 02:39:18 +0000 (02:39 +0000)
doc/ref-manual/associations.texi

index 25a20d8b84df9fb16b664b41d4900546810762e7..6c1966ea68f7290c41df81ce9b395f194e9be953 100644 (file)
@@ -430,7 +430,7 @@ weakly.
 @findex eq?
 This is an alias for @code{make-weak-eq-hash-table}.
 
-@strong{Warning}:  This will become an alias for
+@strong{Warning}:  This may become an alias
 @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 will become an alias for
+@strong{Warning}:  This may 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