From 00dfb33d691b6941648e4aa3682a0c2fcea4eb59 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Sat, 27 Aug 2011 11:40:34 -0700 Subject: [PATCH] Fixed typos in the reference manual in warnings about future changes to the semantics of hash table creation functions. --- 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 ff3813930..25a20d8b8 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 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 -- 2.25.1