From 2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Apr 2007 02:07:14 +0000 Subject: [PATCH] (Creating Hash): Improve index entry. --- lispref/hash.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/hash.texi b/lispref/hash.texi index 62df86aea19..c5b68e26d91 100644 --- a/lispref/hash.texi +++ b/lispref/hash.texi @@ -56,7 +56,7 @@ of object and are used only for recording interned symbols @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}. -- 2.11.4.GIT