aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-04 17:06:50 +0000
committerRichard M. Stallman2004-03-04 17:06:50 +0000
commit1c6736585d3e1d67009023a4971d8c91fb4e9fe5 (patch)
tree0ec1d8768c97b00a35d17d27b1ff05be8d228704
parentc25d9847fd8d3f7e631d4dafc64c70e8db009eb4 (diff)
downloademacs-1c6736585d3e1d67009023a4971d8c91fb4e9fe5.tar.gz
emacs-1c6736585d3e1d67009023a4971d8c91fb4e9fe5.zip
(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.
-rw-r--r--lispref/hash.texi2
1 files changed, 1 insertions, 1 deletions
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.
98 98
99The value, @var{weak}, must be one of @code{nil}, @code{key}, 99The value, @var{weak}, must be one of @code{nil}, @code{key},
100@code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t} 100@code{value}, @code{key-or-value}, @code{key-and-value}, or @code{t}
101which is an alias for @code{key-or-value}. If @var{weak} is @code{key} 101which is an alias for @code{key-and-value}. If @var{weak} is @code{key}
102then the hash table does not prevent its keys from being collected as 102then the hash table does not prevent its keys from being collected as
103garbage (if they are not referenced anywhere else); if a particular key 103garbage (if they are not referenced anywhere else); if a particular key
104does get collected, the corresponding association is removed from the 104does get collected, the corresponding association is removed from the