From 873fe865cdf260e98f11a804c0adc09203467a10 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 15 Jan 2009 03:24:04 +0000 Subject: [PATCH] another tweak to the error message svn: r13139 --- collects/scheme/help.ss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/scheme/help.ss b/collects/scheme/help.ss index a890451d4d..60154ee771 100644 --- a/collects/scheme/help.ss +++ b/collects/scheme/help.ss @@ -36,8 +36,9 @@ [_ (raise-syntax-error #f - (string-append "expects a single identifer, any number of literal" - " strings, or #:search clauses;" + (string-append "expects any number of literal strings, a single" + " identifier, an identifier followed by a #:from clause," + " or a #:search clause;" " try `(help help)' for more information") stx)])))