From: Chong Yidong Date: Sat, 14 Aug 2010 00:39:08 +0000 (-0400) Subject: * fns.c (Fmake_hash_table): Doc fix (Bug#6851). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79d6f59e9651bc70cd0f025cb980b3a121ce8ab2;p=emacs.git * fns.c (Fmake_hash_table): Doc fix (Bug#6851). --- diff --git a/src/ChangeLog b/src/ChangeLog index f13e5105368..648e303d543 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-08-14 Chong Yidong + + * fns.c (Fmake_hash_table): Doc fix (Bug#6851). + 2010-08-13 Jason Rumney * w32menu.c (simple_dialog_show): Use unicode message box if available. diff --git a/src/fns.c b/src/fns.c index 501867552f8..0c5eda951fa 100644 --- a/src/fns.c +++ b/src/fns.c @@ -4419,9 +4419,9 @@ keys. Default is `eql'. Predefined are the tests `eq', `eql', and Default is 65. :rehash-size REHASH-SIZE - Indicates how to expand the table when it -fills up. If REHASH-SIZE is an integer, add that many space. If it -is a float, it must be > 1.0, and the new size is computed by -multiplying the old size with that factor. Default is 1.5. +fills up. If REHASH-SIZE is an integer, increase the size by that +amount. If it is a float, it must be > 1.0, and the new size is the +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)