1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Hash Tables): Get rid of "Emacs 21".

This commit is contained in:
Richard M. Stallman 2005-03-06 18:15:56 +00:00
parent f5d71784e6
commit cc5fdad90a

View 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)