From fb2193fb48740ee0431f6bcc2b12405e71729c89 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 21 Apr 2010 14:38:19 -0600 Subject: [PATCH] fix racket-tool scribble command description original commit: 895ca49f9c8b82fcc3f453b49e6b3938ecc1713a --- collects/scribble/info.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/info.ss b/collects/scribble/info.ss index 5af4d4aa..708c8550 100644 --- a/collects/scribble/info.ss +++ b/collects/scribble/info.ss @@ -5,5 +5,5 @@ (define compile-omit-paths '("test-reader.ss")) (define racket-tools - '(("scribble" scribble/run "render scribble" #f))) + '(("scribble" scribble/run "render a Scribble document" #f)))