From f94b727118df3e54e0708bb49cb6ef1426bc5463 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 28 May 2010 14:54:20 -0600 Subject: [PATCH] Fix one "PLT" that should be "Racket" Merge to v5.0 if convenient --- collects/scribblings/foreign/libs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/foreign/libs.scrbl b/collects/scribblings/foreign/libs.scrbl index 95824d6467..e1c6bd7405 100644 --- a/collects/scribblings/foreign/libs.scrbl +++ b/collects/scribblings/foreign/libs.scrbl @@ -43,7 +43,7 @@ particular, use @scheme[#f] to access C-level functionality exported by the run-time system (as described in @|InsideRacket|). Note: @scheme[ffi-lib] tries to look for the library file in a few -places, including the PLT libraries (see @scheme[get-lib-search-dirs]), +places, including the Racket libraries path (see @scheme[get-lib-search-dirs]), a relative path, or a system search. When @scheme[version] is a list, different versions are tried through each route before continuing the search with other routes. However, if @cpp{dlopen} cannot open a