Add some concept index entries that seem reasonable.
authorAlexey Radul <axch@mit.edu>
Sun, 29 May 2011 21:56:34 +0000 (22:56 +0100)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 9 Apr 2013 02:39:44 +0000 (02:39 +0000)
doc/ref-manual/associations.texi

index ca19ee3a33bdfcd4ee23b82d76111c375dd1dfb0..9cdcff94a638fdbb337efef1a43fe2f4c9ae3543 100644 (file)
@@ -425,6 +425,10 @@ constructors are procedures that accept one optional argument,
 @cindex equivalence predicate, of hash table
 @cindex strongly held keys, of hash table
 @cindex weakly held keys, of hash table
+@cindex ephemerally held keys, of hash table
+@cindex strongly held data, of hash table
+@cindex weakly held data, of hash table
+@cindex ephemerally held data, of hash table
 Hash tables are normally characterized by two things: the equivalence
 predicate that is used to compare keys, and how the table allows its
 keys and data to be reclaimed by the garbage collector.  If a table