From 7d53ce9b07bff6fa94d5d2357baf4c2c2eff921b Mon Sep 17 00:00:00 2001 From: Alexey Radul Date: Sun, 29 May 2011 22:56:34 +0100 Subject: [PATCH] Add some concept index entries that seem reasonable. --- doc/ref-manual/associations.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index ca19ee3a3..9cdcff94a 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -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 -- 2.25.1