aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/hash.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/hash.texi b/lispref/hash.texi
index 9343196a238..b8ddd0ee6a4 100644
--- a/lispref/hash.texi
+++ b/lispref/hash.texi
@@ -27,9 +27,9 @@ There is no way to share structure between two hash tables,
27the way two alists can share a common tail. 27the way two alists can share a common tail.
28@end itemize 28@end itemize
29 29
30 Emacs Lisp (starting with Emacs 21) provides a general-purpose hash 30 Emacs Lisp provides a general-purpose hash table data type, along
31table data type, along with a series of functions for operating on them. 31with a series of functions for operating on them. Hash tables have no
32Hash tables have no read syntax, and print in hash notation, like this: 32read syntax, and print in hash notation, like this:
33 33
34@example 34@example
35(make-hash-table) 35(make-hash-table)