From: Richard M. Stallman Date: Thu, 4 Mar 2004 17:06:50 +0000 (+0000) Subject: (Creating Hash): Correct the meaning of t for WEAK in make-hash-table. X-Git-Tag: ttn-vms-21-2-B4~7359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c6736585d3e1d67009023a4971d8c91fb4e9fe5;p=emacs.git (Creating Hash): Correct the meaning of t for WEAK in make-hash-table. --- diff --git a/lispref/hash.texi b/lispref/hash.texi index 3c4cb4df19c..bf4555d3903 100644 --- a/lispref/hash.texi +++ b/lispref/hash.texi @@ -98,7 +98,7 @@ value in the hash table preserves it from garbage collection. 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