From 816daac9a4f4b00d539d461cb9743428b699957c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 23 Jan 2008 02:41:23 +0000 Subject: [PATCH] minor doc clarification svn: r8388 --- collects/config/config.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/config/config.scrbl b/collects/config/config.scrbl index c3a27bfa49..0619a1418b 100644 --- a/collects/config/config.scrbl +++ b/collects/config/config.scrbl @@ -81,10 +81,10 @@ installation uses absolute path names, @scheme[#f] otherwise.} @defthing[cgc-suffix (promise/c (or/c string? false/c))]{ -A string used as the suffix (before the actual suffix, such as -@filepath{.exe}) for a @filepath{CGC} executable. Use Windows-style -casing, and the string will be downcased as appropriate (e.g., for a -Unix binary name). A @scheme[#f] value means that if the +A @scheme[delay]ed string used as the suffix (before the actual +suffix, such as @filepath{.exe}) for a @filepath{CGC} executable. Use +Windows-style casing, and the string will be downcased as appropriate +(e.g., for a Unix binary name). A @scheme[#f] value means that if the @exec{mzscheme} binary identifies itself as CGC, then the suffix is @scheme[""], otherwise it is @scheme["CGC"].}