From 9cd2790151bbb45155bc64de1cc0ae4629148a83 Mon Sep 17 00:00:00 2001 From: Alexey Radul Date: Tue, 24 May 2011 10:39:49 +0100 Subject: [PATCH] Grammar. --- doc/ref-manual/associations.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1