mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.
This commit is contained in:
parent
c25d9847fd
commit
1c6736585d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user