From 9013046a7be675a8e08446d25d8cca68e0eba944 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 5 May 2010 10:06:56 -0600 Subject: [PATCH] add section to Scheme compatibility manual on old executables original commit: f643c7aa4b124dea0751095f424483ea4e944ce2 --- collects/scribblings/gui/miscwin-funcs.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/miscwin-funcs.scrbl b/collects/scribblings/gui/miscwin-funcs.scrbl index 480a8a14..25169c09 100644 --- a/collects/scribblings/gui/miscwin-funcs.scrbl +++ b/collects/scribblings/gui/miscwin-funcs.scrbl @@ -90,8 +90,8 @@ The result depends on @scheme[what], and a @scheme[#f] result is only platform-specific: @itemize[ - @item{@|AllUnix|: @indexed-file{.mredrc}} - @item{Windows: @indexed-file{mredrc.ss}} + @item{@|AllUnix|: @indexed-file{.gracketrc}} + @item{Windows: @indexed-file{racketrc.rktl}} ]}