mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
Minor doc fix.
This commit is contained in:
parent
e7afcf30cd
commit
e1025755d2
1 changed files with 1 additions and 1 deletions
|
|
@ -4425,7 +4425,7 @@ old size multiplied by that factor. Default is 1.5.
|
|||
|
||||
:rehash-threshold THRESHOLD -- THRESHOLD must a float > 0, and <= 1.0.
|
||||
Resize the hash table when the ratio (number of entries / table size)
|
||||
is greater or equal than THRESHOLD. Default is 0.8.
|
||||
is greater than or equal to THRESHOLD. Default is 0.8.
|
||||
|
||||
:weakness WEAK -- WEAK must be one of nil, t, `key', `value',
|
||||
`key-or-value', or `key-and-value'. If WEAK is not nil, the table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue