From 802641d6e79ae9c8cd02608c5805cd1ea76a340e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 16 Jul 2007 00:57:06 +0000 Subject: [PATCH] typo svn: r6921 --- collects/wxme/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/wxme/doc.txt b/collects/wxme/doc.txt index e41005dd8d..ad52477b78 100644 --- a/collects/wxme/doc.txt +++ b/collects/wxme/doc.txt @@ -8,7 +8,7 @@ _wxme.ss_ --- reading PLT graphical format (WXME) files without MrEd Peeks from `input-port' and returns #t if it starts with magic bytes indicating a WXME-format stream, #f otherwise. -The magic bytes are "WXME01 ##" for digits and , followed +The magic bytes are "WXME01 ##" for digits and , followed by either a space, carriage return, or newline, and optionally prefixed with "#reader(\"read.ss\"\"wxme\")".