From: Matt Birkholz Date: Wed, 10 Oct 2018 04:05:03 +0000 (-0700) Subject: runtime/optiondb: Document new arg for further-load-options. X-Git-Tag: mit-scheme-pucked-9.2.19~2^2~1 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=744f27247350d39adc2640f959afda4722a7abf1;p=mit-scheme.git runtime/optiondb: Document new arg for further-load-options. --- diff --git a/src/runtime/optiondb.scm b/src/runtime/optiondb.scm index 1a6a346ac..0ffad07e1 100644 --- a/src/runtime/optiondb.scm +++ b/src/runtime/optiondb.scm @@ -47,11 +47,12 @@ USA. ;; ;; (FURTHER-LOAD-OPTIONS EXPR) ;; EXPR is the place to look next for the load options. Useful objects -;; are STANDARD-LOAD-OPTIONS (load options supplied with the -;; MIT-Scheme distribution) and LOCAL-LOAD-OPTIONS (load options -;; supplied for every user of your architecture at your site). If -;; not specified, or is #F, then this file is the last options -;; database that is searched. +;; are #T (load options supplied in the next optiondb file in the +;; library directory path), STANDARD-LOAD-OPTIONS (those supplied with +;; the MIT-Scheme distribution) and LOCAL-LOAD-OPTIONS (those supplied +;; for every user of your architecture at your site). If not +;; specified, or is #F, then this file is the last options database +;; that is searched. ;; Standard load options are defined like this: