From 5bf8586f99e164250ffea5e4fd25d01d0ad72f5f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 21 Nov 2006 21:15:23 +0000 Subject: [PATCH] typo svn: r4911 --- collects/syntax/doc.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/collects/syntax/doc.txt b/collects/syntax/doc.txt index e895b71f97..d1a2989d33 100644 --- a/collects/syntax/doc.txt +++ b/collects/syntax/doc.txt @@ -85,10 +85,7 @@ _toplevel.ss_: helper for moduleless compilation and expansion expressions.) The `stx' should have a context already, possibly introduced with - `namespacae-introduce-syntax'. - - The `stx' argument need not have a context already; a context is - supplied with `namespace-introduce-syntax'. + `namespace-introduce-syntax'. > (expand-top-level-with-compile-time-evals stx) - like `expand-syntax-top-level-with-compile-time-evals', but `stx' is