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:
parent
f5d71784e6
commit
cc5fdad90a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user