]> code.delx.au - gnu-emacs/blobdiff - lispref/hash.texi
(File Name Expansion): Clarify previous change.
[gnu-emacs] / lispref / hash.texi
index e406d2e78fec9304aa1b6225efc4e9e92a8c2f6c..c5b68e26d9121a953939810edfc703b6236a25a4 100644 (file)
@@ -56,6 +56,7 @@ of object and are used only for recording interned symbols
 
 @node Creating Hash
 @section Creating Hash Tables
+@cindex creating hash tables
 
   The principal function for creating a hash table is
 @code{make-hash-table}.
@@ -213,6 +214,7 @@ arguments---a @var{key} listed in @var{table}, and its associated
 @node Defining Hash
 @section Defining Hash Comparisons
 @cindex hash code
+@cindex define hash comparisons
 
   You can define new methods of key lookup by means of
 @code{define-hash-table-test}.  In order to use this feature, you need