emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101081: Minor doc fix.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101081: Minor doc fix.
Date: Sat, 14 Aug 2010 17:13:49 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101081
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-08-14 17:13:49 -0400
message:
  Minor doc fix.
modified:
  src/fns.c
=== modified file 'src/fns.c'
--- a/src/fns.c 2010-08-14 00:39:08 +0000
+++ b/src/fns.c 2010-08-14 21:13:49 +0000
@@ -4425,7 +4425,7 @@
 
 :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


reply via email to

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