all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6851: Documentation: `make-hash-table' "add that many space"
@ 2010-08-13 18:19 MON KEY
  2010-08-14  0:39 ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: MON KEY @ 2010-08-13 18:19 UTC (permalink / raw)
  To: 6851

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\





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-14 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-13 18:19 bug#6851: Documentation: `make-hash-table' "add that many space" MON KEY
2010-08-14  0:39 ` Chong Yidong
2010-08-14  4:52   ` MON KEY
2010-08-14 21:14     ` Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.