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