]> git.eshelyaron.com Git - emacs.git/commitdiff
(Hash Tables): Get rid of "Emacs 21".
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Mar 2005 18:15:56 +0000 (18:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Mar 2005 18:15:56 +0000 (18:15 +0000)
lispref/hash.texi

index 9343196a23855d2d5753c194f131e3b511abcfd7..b8ddd0ee6a4da02d2854af9a1b943652a53a3ab4 100644 (file)
@@ -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)