fix some @racket[] references

This commit is contained in:
Robby Findler 2016-03-16 16:52:46 -05:00
parent d27bf66f1a
commit 040078ab01

View File

@ -8,7 +8,8 @@
racket/file
compiler/cm
compiler/cm-accomplice
setup/parallel-build))
setup/parallel-build
compiler/compilation-path))
@(define cm-eval (make-base-eval))
@ -708,14 +709,14 @@ of @racket[modes] and @racket[roots].}
[#:roots roots (non-empty-listof (or/c path-string? 'same)) (current-compiled-file-roots)])
path?]{
The same as @racket[get-compilation-dir+home], but returning only the first result.}
The same as @racket[get-compilation-dir+name], but returning only the first result.}
@defproc[(get-compilation-bytecode-file [path path-string?]
[#:modes modes (non-empty-listof (and/c path-string? relative-path?)) (use-compiled-file-paths)]
[#:roots roots (non-empty-listof (or/c path-string? 'same)) (current-compiled-file-roots)])
path?]{
The same as @racket[get-compilation-dir+home], but combines the
The same as @racket[get-compilation-dir+name], but combines the
results and adds a @filepath{.zo} suffix to arrive at a bytecode file
path.}