emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101072: * fns.c (Fmake_hash_table):


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101072: * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
Date: Fri, 13 Aug 2010 20:39:08 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101072
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-13 20:39:08 -0400
message:
  * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
modified:
  src/ChangeLog
  src/fns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-13 14:54:32 +0000
+++ b/src/ChangeLog     2010-08-14 00:39:08 +0000
@@ -1,3 +1,7 @@
+2010-08-14  Chong Yidong  <address@hidden>
+
+       * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
+
 2010-08-13  Jason Rumney  <address@hidden>
 
        * w32menu.c (simple_dialog_show): Use unicode message box if available.

=== modified file 'src/fns.c'
--- a/src/fns.c 2010-08-08 21:12:29 +0000
+++ b/src/fns.c 2010-08-14 00:39:08 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]