From: Alexey Radul Date: Tue, 24 May 2011 09:39:49 +0000 (+0100) Subject: Grammar. X-Git-Tag: release-9.2.0~194^2~16 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9cd2790151bbb45155bc64de1cc0ae4629148a83;p=mit-scheme.git Grammar. --- diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index 25a20d8b8..6c1966ea6 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -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