From 18e473ceeeb8e23b2254895cf56a08bf01116fff Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 25 Oct 2005 17:44:10 +0000 Subject: [PATCH] typos svn: r1156 --- collects/setup/doc.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/setup/doc.txt b/collects/setup/doc.txt index 75f8072c28..aa0b7af35f 100644 --- a/collects/setup/doc.txt +++ b/collects/setup/doc.txt @@ -127,9 +127,10 @@ Additional "info.ss" fields trigger additional setup actions: that it is called multiple times for the same installation. > pre-install-collection - like `install-collection', except that the - corresponding installer is called *before* normal the .zo build, + corresponding installer is called *before* the normal .zo build, instead of after. The provided procedure should be named - `pre-installer' in this case so it can share the same file. + `pre-installer' in this case so it can be provided by the same file + that provides an installer. > post-install-collection - like `install-collection'. It is called right after the `install-collection' procedure is executed. The