From: Richard M. Stallman Date: Sat, 7 Apr 2007 02:07:14 +0000 (+0000) Subject: (Creating Hash): Improve index entry. X-Git-Tag: emacs-pretest-22.0.98~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a;p=emacs.git (Creating Hash): Improve index entry. --- 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}.