aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 18:15:56 +0000
committerRichard M. Stallman2005-03-06 18:15:56 +0000
commitcc5fdad90a931093b5cd71b68c8bd7b23fece2f5 (patch)
tree68a60204614d5ac8d89cd943ed79b723bbaf1320
parentf5d71784e69c1d90e46132c1f8c0cfa6eeee5904 (diff)
downloademacs-cc5fdad90a931093b5cd71b68c8bd7b23fece2f5.tar.gz
emacs-cc5fdad90a931093b5cd71b68c8bd7b23fece2f5.zip
(Hash Tables): Get rid of "Emacs 21".
-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)