summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-03-06 18:15:56 +0000
committerRichard M. Stallman <rms@gnu.org>2005-03-06 18:15:56 +0000
commite2aac65cae7aa9b44edae8c3ce9ba9ba55fecd7f (patch)
treed87e473a11df5aad419d4269e64f9a9f6ca528bd
parentb7178e519b63bc18caeb29ec995e6bf3596ef38f (diff)
downloademacs-e2aac65cae7aa9b44edae8c3ce9ba9ba55fecd7f.tar.gz
(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,
the way two alists can share a common tail.
@end itemize
- Emacs Lisp (starting with Emacs 21) provides a general-purpose hash
-table data type, along with a series of functions for operating on them.
-Hash tables have no read syntax, and print in hash notation, like this:
+ Emacs Lisp provides a general-purpose hash table data type, along
+with a series of functions for operating on them. Hash tables have no
+read syntax, and print in hash notation, like this:
@example
(make-hash-table)