changeset 54263:41fd82e27495

(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Mar 2004 17:06:50 +0000
parents 3d87267bf32d
children 9fd3a94524eb
files lispref/hash.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/hash.texi	Thu Mar 04 17:03:51 2004 +0000
+++ b/lispref/hash.texi	Thu Mar 04 17:06:50 2004 +0000
@@ -98,7 +98,7 @@
 
 The value, @var{weak}, must be one of @code{nil}, @code{key},
 @code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t}
-which is an alias for @code{key-or-value}.  If @var{weak} is @code{key}
+which is an alias for @code{key-and-value}.  If @var{weak} is @code{key}
 then the hash table does not prevent its keys from being collected as
 garbage (if they are not referenced anywhere else); if a particular key
 does get collected, the corresponding association is removed from the