Forgot to add CHUNK docs

original commit: ce7cb703eaa5a631901a36c486c4170dbb019bde
This commit is contained in:
Jay McCarthy 2013-08-08 13:16:02 -06:00
parent 8a8a54fec9
commit 55f01d36f4

View File

@ -75,6 +75,14 @@ provides core support for literate programming.}
}
@defform[(CHUNK id form ...)]{
Like @racket[chunk], but allows the use of @racket[unsyntax] in the
code part. If you want to use @racket[unsyntax] to escape to Scribble,
use @racket[UNSYNTAX].
}
@section{@racketmodname[scribble/lp-include] Module}
@defmodule[scribble/lp-include]{The