From cc5fdad90a931093b5cd71b68c8bd7b23fece2f5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Mar 2005 18:15:56 +0000 Subject: [PATCH] (Hash Tables): Get rid of "Emacs 21". --- lispref/hash.texi | 6 +++--- 1 file 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) -- 2.39.2