changeset 109773:0b99cd248806

* fns.c (Fmake_hash_table): Doc fix (Bug#6851).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 13 Aug 2010 20:39:08 -0400
parents 7ce174214df2
children 7a46ef068de4
files src/ChangeLog src/fns.c
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 13 22:54:32 2010 +0800
+++ b/src/ChangeLog	Fri Aug 13 20:39:08 2010 -0400
@@ -1,3 +1,7 @@
+2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
+
+	* fns.c (Fmake_hash_table): Doc fix (Bug#6851).
+
 2010-08-13  Jason Rumney  <jasonr@gnu.org>
 
 	* w32menu.c (simple_dialog_show): Use unicode message box if available.
--- a/src/fns.c	Fri Aug 13 22:54:32 2010 +0800
+++ b/src/fns.c	Fri Aug 13 20:39:08 2010 -0400
@@ -4419,9 +4419,9 @@
 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)