From 00c08e450ad8a07536ccc4fee760665b68dcefdd Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Sat, 23 Aug 2008 20:48:40 +0000 Subject: [PATCH] Corrected syntax for #:use-sources clause of declare-exporting. svn: r11402 original commit: 7adcdfa44447fb4d918bbd2668bd0d5765ff3c0b --- collects/scribblings/scribble/manual.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 43351309..d0bb66dc 100644 --- a/collects/scribblings/scribble/manual.scrbl +++ b/collects/scribblings/scribble/manual.scrbl @@ -258,7 +258,8 @@ Like @scheme[defmodulelang*], but without expanding to @defform/subs[(declare-exporting mod-path ... maybe-sources) - ([maybe-sources #:use-sources (mod-path ...)])]{ + ([maybe-sources code:blank + (code:line #:use-sources (mod-path ...))])]{ Associates the @scheme[mod-path]s to all bindings defined within the enclosing section, except as overridden by other