changeset 60446:b26c30e5d770

(Hash Tables): Get rid of "Emacs 21".
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Mar 2005 18:15:56 +0000
parents 823da03182ac
children 881b9bd682ac
files lispref/hash.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/hash.texi	Sun Mar 06 18:15:17 2005 +0000
+++ b/lispref/hash.texi	Sun Mar 06 18:15:56 2005 +0000
@@ -27,9 +27,9 @@
 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)