From f8eb7e251ff866d2779f620223c02e85a652f096 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 28 Mar 2008 19:09:43 +0000 Subject: [PATCH] svn: r9103 --- collects/scribble/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/doc.txt b/collects/scribble/doc.txt index 8ba44442dd..6f397d2ff8 100644 --- a/collects/scribble/doc.txt +++ b/collects/scribble/doc.txt @@ -26,7 +26,7 @@ Another way to use the reader is to use the `use-at-readtable' function to switch the current readtable to a readtable that parses @-forms. You can do this in a single command line: - mzscheme -Le reader.ss scribble "(use-at-readtable)" + mzscheme -ile scribble/reader "(use-at-readtable)" *** Concrete Syntax