changeset 77008:6a22a38ae2d2

(Creating Hash): Improve index entry.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 02:07:14 +0000
parents 9490f7f3fe17
children 1473d95a7421
files lispref/hash.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/hash.texi	Sat Apr 07 02:06:52 2007 +0000
+++ b/lispref/hash.texi	Sat Apr 07 02:07:14 2007 +0000
@@ -56,7 +56,7 @@
 
 @node Creating Hash
 @section Creating Hash Tables
-@cindex create hash table
+@cindex creating hash tables
 
   The principal function for creating a hash table is
 @code{make-hash-table}.