fix doc typos

This commit is contained in:
Matthew Flatt 2011-02-09 14:21:49 -07:00
parent 379feaeac2
commit 9070a4c961

View File

@ -1004,7 +1004,7 @@ An @deftech{unpackable} is one of the following:
@defproc[(find-include-dir) (or/c path? false/c)]{
Returns a path to the installation's @filepath{include} directory, which
contains @filepath{.h} files for building MzRacket extensions and embedding
contains @filepath{.h} files for building Racket extensions and embedding
programs. The result is @racket[#f] if no such directory is available.}
@defproc[(find-user-include-dir) path?]{
@ -1020,7 +1020,7 @@ An @deftech{unpackable} is one of the following:
@defproc[(find-console-bin-dir) (or/c path? false/c)]{
Returns a path to the installation's executable directory, where the
stand-alone MzRacket executable resides. The result is @racket[#f] if no
stand-alone Racket executable resides. The result is @racket[#f] if no
such directory is available.}
@defproc[(find-gui-bin-dir) (or/c path? false/c)]{