From 9070a4c96196ad2b8cabe41e10fb0fb7d5f8db51 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 9 Feb 2011 14:21:49 -0700 Subject: [PATCH] fix doc typos --- collects/scribblings/raco/setup.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/raco/setup.scrbl b/collects/scribblings/raco/setup.scrbl index 978aa28819..32a78a5d4d 100644 --- a/collects/scribblings/raco/setup.scrbl +++ b/collects/scribblings/raco/setup.scrbl @@ -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)]{