aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-06-16 16:55:51 +0000
committerAndreas Schwab2003-06-16 16:55:51 +0000
commit816c421e418bc5b570e40e68ec4d99b0d5b2b97e (patch)
tree556c0c183de012d16398e9f4b4bca38f77f247b9
parent084ec4ce18bb661985082657220b1e96a95f0905 (diff)
downloademacs-816c421e418bc5b570e40e68ec4d99b0d5b2b97e.tar.gz
emacs-816c421e418bc5b570e40e68ec4d99b0d5b2b97e.zip
(Creating Hash): Fix description of :weakness.
-rw-r--r--lispref/hash.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/hash.texi b/lispref/hash.texi
index ca7d3ad8603..8d757a04798 100644
--- a/lispref/hash.texi
+++ b/lispref/hash.texi
@@ -1,6 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1999 Free Software Foundation, Inc. 3@c Copyright (C) 1999, 2003 Free Software Foundation, Inc.
4@c See the file elisp.texi for copying conditions. 4@c See the file elisp.texi for copying conditions.
5@setfilename ../info/hash 5@setfilename ../info/hash
6@node Hash Tables, Symbols, Sequences Arrays Vectors, Top 6@node Hash Tables, Symbols, Sequences Arrays Vectors, Top
@@ -96,7 +96,7 @@ value in the hash table preserves it from garbage collection.
96 96
97The value, @var{weak}, must be one of @code{nil}, @code{key}, 97The value, @var{weak}, must be one of @code{nil}, @code{key},
98@code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t} 98@code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t}
99which is an alias for @code{key-and-value}. If @var{weak} is @code{key} 99which is an alias for @code{key-or-value}. If @var{weak} is @code{key}
100then the hash table does not prevent its keys from being collected as 100then the hash table does not prevent its keys from being collected as
101garbage (if they are not referenced anywhere else); if a particular key 101garbage (if they are not referenced anywhere else); if a particular key
102does get collected, the corresponding association is removed from the 102does get collected, the corresponding association is removed from the