From 325b4f5970d77d273d9b354473184bb45567470f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 18 May 2006 20:52:24 +0000 Subject: [PATCH] typos svn: r2979 --- collects/setup/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/setup/doc.txt b/collects/setup/doc.txt index 8dc5063894..75308b7fbd 100644 --- a/collects/setup/doc.txt +++ b/collects/setup/doc.txt @@ -644,7 +644,7 @@ general functions to help make .plt archives: archive's files and directories are to be unpacked relative to the user's add-ons directory or the PLT installation directories, depending on whether the #:at-plt-home? argument is true and whether - directories specified by #;test-plt-dirs are writable by the user. + directories specified by #:test-plt-dirs are writable by the user. If the #:at-plt-home? argument is true (the default is #f), then #:plt-relative? must be true, and the archive is unpacked relative @@ -659,7 +659,7 @@ general functions to help make .plt archives: If #:test-plt-dirs is a list, then #:at-plt-home? must be true. In that case, when the archive is unpacked, if any of the relative - directories in the #;test-plt-dirs list is unwritable by the current + directories in the #:test-plt-dirs list is unwritable by the current user, then the archive is unpacked in the user's add-ons directory after all.