From 2c4b5b6c10fdb8b3202195699a07369f33ffed24 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 6 Jun 2003 16:14:14 +0000 Subject: [PATCH] . original commit: 3b936a07d0063a96b715f582b806b41a3d053482 --- man/man1/mred.1 | 9 ++++++++- man/man1/mzscheme.1 | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/man/man1/mred.1 b/man/man1/mred.1 index b11c2c84..300098da 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -297,7 +297,14 @@ file are returned as a vector of strings to the continuation of the `write-image-to-file' call that created the image. .PP -Expressions/files are evaluated/loaded in order as provided. +Expressions/files are evaluated/loaded in order as provided, including +calls to +.B main +implied by +.BR --main , +embedded segments loaded by +.BR -k , +and so on. .PP The current-library-collections-paths parameter is automatically set before any expressions/files are evaluated/loaded, unless the diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index 508412e8..05b17c61 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -242,7 +242,14 @@ file are returned as a vector of strings to the continuation of the `write-image-to-file' call that created the image. .PP -Expressions/files are evaluated/loaded in order as provided. +Expressions/files are evaluated/loaded in order as provided, including +calls to +.B main +implied by +.BR --main , +embedded segments loaded by +.BR -k , +and so on. .PP The current-library-collections-paths parameter is automatically set before any expressions/files are evaluated/loaded, unless the