runtime/optiondb: Document new arg for further-load-options.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 10 Oct 2018 04:05:03 +0000 (21:05 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 10 Oct 2018 04:53:36 +0000 (21:53 -0700)
src/runtime/optiondb.scm

index 1a6a346acd65ff5f32fecb45af52ef8c0e6953fb..0ffad07e1b811b5c7e5824a15fac83c0840e43c3 100644 (file)
@@ -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: