GNU bug report logs -
#6851
Documentation: `make-hash-table' "add that many space"
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Documentation: `make-hash-table' "add that many space"
,---- (documentation 'make-hash-table)
|
| { ... }
|
| :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.
|
| { ... }
|
`----
Following sentence doesn't parse:
"If REHASH-SIZE is an integer, add that many space."
^^^^ ^^^^^
Even if what the author meant was:
"If REHASH-SIZE is an integer, add that much space."
it still won't yield a satisfactory parse b/c space isn't a term
specified elsewhere in the doc so it isn't clear which space is being
added to.
Problem current through Bzr-101071
--
/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.