commit fb2193fb48740ee0431f6bcc2b12405e71729c89
parent 340e25d13e41b9acb0af220615d2bdfa8551f8d3
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Wed, 21 Apr 2010 14:38:19 -0600
fix racket-tool scribble command description
original commit: 895ca49f9c8b82fcc3f453b49e6b3938ecc1713a
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)))