diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2010-08-14 17:13:49 -0400 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2010-08-14 17:13:49 -0400 |
| commit | e1025755d2f31ef51a475db92d188d66cc2a52f4 (patch) | |
| tree | 6b6972cafde7170e4d1dbe2a6e57c2b6646eb17c | |
| parent | e7afcf30cdb852f69946cb55c2ec0c2f113436c5 (diff) | |
| download | emacs-e1025755d2f31ef51a475db92d188d66cc2a52f4.tar.gz | |
Minor doc fix.
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index 0c5eda951fa..12d13186ce7 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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 |
