From: Richard M. Stallman Date: Sun, 6 Mar 2005 18:15:56 +0000 (+0000) Subject: (Hash Tables): Get rid of "Emacs 21". X-Git-Tag: ttn-vms-21-2-B4~1944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc5fdad90a931093b5cd71b68c8bd7b23fece2f5;p=emacs.git (Hash Tables): Get rid of "Emacs 21". --- 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)