Cannot show system build paths in docs

This commit is contained in:
Leif Andersen 2016-08-01 09:34:12 -04:00
parent 1b050905e9
commit cb1a1e233e

View File

@ -293,7 +293,8 @@ source), and its result is the result of
and the collection is not found, then the
@exnraise[exn:fail:filesystem].
@examples[(collection-file-path "main.rkt" "racket" "base")
@examples[(eval:alts (collection-file-path "main.rkt" "racket" "base")
(build-path "path" "to" "collects" "racket" "base" "main.rkt"))
(eval:error (collection-file-path "sandwitch.rkt" "bologna"))]
@history[#:changed "6.0.1.12" @elem{Added the @racket[check-compiled?] argument.}]}