From 55f01d36f423e37d3cdf9ca3f4b6300a3cbb9e3e Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 8 Aug 2013 13:16:02 -0600 Subject: [PATCH] Forgot to add CHUNK docs original commit: ce7cb703eaa5a631901a36c486c4170dbb019bde --- .../scribble-doc/scribblings/scribble/lp.scrbl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lp.scrbl b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lp.scrbl index e210a9e5..7c5bf011 100644 --- a/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lp.scrbl +++ b/pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/lp.scrbl @@ -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