clarified docs for force-package-building?

This commit is contained in:
Robby Findler 2012-06-11 01:39:20 -05:00
parent b0607f04a9
commit c1aa8cb0eb

View File

@ -336,8 +336,10 @@ See also @racket[build-scribble-docs?] and @racket[force-package-building?]
} }
@defparam[force-package-building? b boolean?]{ @defparam[force-package-building? b boolean?]{
Determines if @racket[make-planet-archive] is more strict and thus Determines if @racket[make-planet-archive] signals an error and refuses
aborts more often. to continue packaging for certain, more significant errors.
Defaults to @racket[#t], and thus packaging will signal errors.
} }
@defproc[(download-package [pkg-spec pkg-spec?]) @defproc[(download-package [pkg-spec pkg-spec?])