minor doc clarification

svn: r8388
This commit is contained in:
Matthew Flatt 2008-01-23 02:41:23 +00:00
parent 75240e3b4c
commit 816daac9a4

View File

@ -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"].}