diff options
| author | Richard M. Stallman | 2007-04-07 02:07:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 02:07:14 +0000 |
| commit | 2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a (patch) | |
| tree | 4c4289a2d25d2c743e466bf30707a893662596d7 | |
| parent | b3646b8506c42a35b6eea5a178fe5efedf841421 (diff) | |
| download | emacs-2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a.tar.gz emacs-2d4b90d0e1cb7d15fdacb173c71c2eabf4ffb15a.zip | |
(Creating Hash): Improve index entry.
| -rw-r--r-- | lispref/hash.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/hash.texi b/lispref/hash.texi index 62df86aea19..c5b68e26d91 100644 --- a/lispref/hash.texi +++ b/lispref/hash.texi | |||
| @@ -56,7 +56,7 @@ of object and are used only for recording interned symbols | |||
| 56 | 56 | ||
| 57 | @node Creating Hash | 57 | @node Creating Hash |
| 58 | @section Creating Hash Tables | 58 | @section Creating Hash Tables |
| 59 | @cindex create hash table | 59 | @cindex creating hash tables |
| 60 | 60 | ||
| 61 | The principal function for creating a hash table is | 61 | The principal function for creating a hash table is |
| 62 | @code{make-hash-table}. | 62 | @code{make-hash-table}. |