diff options
| author | Chong Yidong | 2010-08-13 20:39:08 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-13 20:39:08 -0400 |
| commit | 79d6f59e9651bc70cd0f025cb980b3a121ce8ab2 (patch) | |
| tree | c1a96884bd7126008cc9d0db933b63b5f67f4dfe /src | |
| parent | 1c9b41290f206173f1031572094ec6373c265c0b (diff) | |
| download | emacs-79d6f59e9651bc70cd0f025cb980b3a121ce8ab2.tar.gz emacs-79d6f59e9651bc70cd0f025cb980b3a121ce8ab2.zip | |
* fns.c (Fmake_hash_table): Doc fix (Bug#6851).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fns.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f13e5105368..648e303d543 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * fns.c (Fmake_hash_table): Doc fix (Bug#6851). | ||
| 4 | |||
| 1 | 2010-08-13 Jason Rumney <jasonr@gnu.org> | 5 | 2010-08-13 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * w32menu.c (simple_dialog_show): Use unicode message box if available. | 7 | * w32menu.c (simple_dialog_show): Use unicode message box if available. |
| @@ -4419,9 +4419,9 @@ keys. Default is `eql'. Predefined are the tests `eq', `eql', and | |||
| 4419 | Default is 65. | 4419 | Default is 65. |
| 4420 | 4420 | ||
| 4421 | :rehash-size REHASH-SIZE - Indicates how to expand the table when it | 4421 | :rehash-size REHASH-SIZE - Indicates how to expand the table when it |
| 4422 | fills up. If REHASH-SIZE is an integer, add that many space. If it | 4422 | fills up. If REHASH-SIZE is an integer, increase the size by that |
| 4423 | is a float, it must be > 1.0, and the new size is computed by | 4423 | amount. If it is a float, it must be > 1.0, and the new size is the |
| 4424 | multiplying the old size with that factor. Default is 1.5. | 4424 | old size multiplied by that factor. Default is 1.5. |
| 4425 | 4425 | ||
| 4426 | :rehash-threshold THRESHOLD -- THRESHOLD must a float > 0, and <= 1.0. | 4426 | :rehash-threshold THRESHOLD -- THRESHOLD must a float > 0, and <= 1.0. |
| 4427 | Resize the hash table when the ratio (number of entries / table size) | 4427 | Resize the hash table when the ratio (number of entries / table size) |