# HG changeset patch # User Andreas Schwab # Date 1055782551 0 # Node ID b29f076f791ac2dfcd298320d7093a03b4239e46 # Parent 0fdf268507e5562210f98659337d049cd6eca968 (Creating Hash): Fix description of :weakness. diff -r 0fdf268507e5 -r b29f076f791a lispref/hash.texi --- a/lispref/hash.texi Mon Jun 16 16:35:05 2003 +0000 +++ b/lispref/hash.texi Mon Jun 16 16:55:51 2003 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1999 Free Software Foundation, Inc. +@c Copyright (C) 1999, 2003 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/hash @node Hash Tables, Symbols, Sequences Arrays Vectors, Top @@ -96,7 +96,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-and-value}. If @var{weak} is @code{key} +which is an alias for @code{key-or-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