diff options
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4425,7 +4425,7 @@ 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) |
| 4428 | is greater or equal than THRESHOLD. Default is 0.8. | 4428 | is greater than or equal to THRESHOLD. Default is 0.8. |
| 4429 | 4429 | ||
| 4430 | :weakness WEAK -- WEAK must be one of nil, t, `key', `value', | 4430 | :weakness WEAK -- WEAK must be one of nil, t, `key', `value', |
| 4431 | `key-or-value', or `key-and-value'. If WEAK is not nil, the table | 4431 | `key-or-value', or `key-and-value'. If WEAK is not nil, the table |