aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}.