diff options
| author | Richard M. Stallman | 2005-03-06 18:15:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 18:15:56 +0000 |
| commit | cc5fdad90a931093b5cd71b68c8bd7b23fece2f5 (patch) | |
| tree | 68a60204614d5ac8d89cd943ed79b723bbaf1320 | |
| parent | f5d71784e69c1d90e46132c1f8c0cfa6eeee5904 (diff) | |
| download | emacs-cc5fdad90a931093b5cd71b68c8bd7b23fece2f5.tar.gz emacs-cc5fdad90a931093b5cd71b68c8bd7b23fece2f5.zip | |
(Hash Tables): Get rid of "Emacs 21".
| -rw-r--r-- | lispref/hash.texi | 6 |
1 files 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, | |||
| 27 | the way two alists can share a common tail. | 27 | the way two alists can share a common tail. |
| 28 | @end itemize | 28 | @end itemize |
| 29 | 29 | ||
| 30 | Emacs Lisp (starting with Emacs 21) provides a general-purpose hash | 30 | Emacs Lisp provides a general-purpose hash table data type, along |
| 31 | table data type, along with a series of functions for operating on them. | 31 | with a series of functions for operating on them. Hash tables have no |
| 32 | Hash tables have no read syntax, and print in hash notation, like this: | 32 | read syntax, and print in hash notation, like this: |
| 33 | 33 | ||
| 34 | @example | 34 | @example |
| 35 | (make-hash-table) | 35 | (make-hash-table) |