GNU bug report logs - #6851
Documentation: `make-hash-table' "add that many space"

Previous Next

Package: emacs;

Reported by: MON KEY <monkey <at> sandpframing.com>

Date: Fri, 13 Aug 2010 18:19:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: MON KEY <monkey <at> sandpframing.com>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 6851 <at> debbugs.gnu.org
Subject: bug#6851: Documentation: `make-hash-table' "add that many space"
Date: Sat, 14 Aug 2010 00:52:02 -0400
On Fri, Aug 13, 2010 at 8:39 PM, Chong Yidong <cyd <at> stupidchicken.com> wrote:
> Thanks.  I checked in a fix.  The "number of spaces" is the nominal size
> of the hash table, defined in the preceding part of the docstring.
>

Yes. My point is was that "space" is a loaded term, esp. w/re hashes.

Also, I noticed this:

,----
|
| {...}
|
| :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 or equal than THRESHOLD.  Default is 0.8."
    ^^^^^^^^^^^^^^^^^^^^^

Maybe better as:

"is greater than or equal to THRESHOLD. Default is 0.8."


Appears through Bzr-101073

--
/s_P\




This bug report was last modified 14 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.