diff --git a/collects/scribble/doc.txt b/collects/scribble/doc.txt index 8ba44442..6f397d2f 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