@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
@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