fix desc of relativeness of (find-system-path 'collects-dir)
svn: r9644
This commit is contained in:
parent
f0eea3ff2a
commit
875dc56a37
|
@ -123,10 +123,13 @@ by @scheme[kind], which must be one of the following:
|
||||||
|
|
||||||
@item{@indexed-scheme['collects-dir] --- a path to the main
|
@item{@indexed-scheme['collects-dir] --- a path to the main
|
||||||
collection of libraries (see @secref["collects"]). If this path is
|
collection of libraries (see @secref["collects"]). If this path is
|
||||||
relative, it's relative to the directory of @scheme[(find-system-path
|
relative, then it is relative to the executable as reported by
|
||||||
'exec-file)]. This path is normally embedded in the @exec{mzscheme}
|
@scheme[(find-system-path 'exec-file)]---though the latter could be a
|
||||||
executable, but it can be overridden by the @DFlag{collects} or
|
soft-link or relative to the user's executable search path, so that
|
||||||
@Flag{X} command-line flag.}
|
the two results should be combined with
|
||||||
|
@scheme[find-executable-path]. The @scheme['collects-dir] path is
|
||||||
|
normally embedded in the @exec{mzscheme} executable, but it can be
|
||||||
|
overridden by the @DFlag{collects} or @Flag{X} command-line flag.}
|
||||||
|
|
||||||
@item{@indexed-scheme['orig-dir] --- the current directory at
|
@item{@indexed-scheme['orig-dir] --- the current directory at
|
||||||
start-up, which can be useful in converting a relative-path result
|
start-up, which can be useful in converting a relative-path result
|
||||||
|
|
Loading…
Reference in New Issue
Block a user