From 9e341c4e0d6bd01bf1416c7d07e8fba592a285a8 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 14 Jan 2009 22:52:06 +0000 Subject: [PATCH] correct syntax-error message for 'help' svn: r13129 --- collects/scheme/help.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scheme/help.ss b/collects/scheme/help.ss index c2b78143cd..238b99a995 100644 --- a/collects/scheme/help.ss +++ b/collects/scheme/help.ss @@ -36,7 +36,7 @@ [_ (raise-syntax-error #f - (string-append "expects a single identifer, a #:from clause, or a" + (string-append "expects any number of literal strings, a single identifer, a #:from clause, or a" " #:search clause; try `(help help)' for more information") stx)])))