aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 02:07:14 +0000
committerRichard M. Stallman2007-04-07 02:07:14 +0000
commit2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a (patch)
tree4c4289a2d25d2c743e466bf30707a893662596d7
parentb3646b8506c42a35b6eea5a178fe5efedf841421 (diff)
downloademacs-2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a.tar.gz
emacs-2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a.zip
(Creating Hash): Improve index entry.
-rw-r--r--lispref/hash.texi2
1 files changed, 1 insertions, 1 deletions
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
56 56
57@node Creating Hash 57@node Creating Hash
58@section Creating Hash Tables 58@section Creating Hash Tables
59@cindex create hash table 59@cindex creating hash tables
60 60
61 The principal function for creating a hash table is 61 The principal function for creating a hash table is
62@code{make-hash-table}. 62@code{make-hash-table}.