Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
cf7777cf
by Raymond Toy at 2024-12-13T11:41:12-08:00
-
f1f5768d
by Raymond Toy at 2024-12-13T11:47:49-08:00
2 changed files:
Changes:
| ... | ... | @@ -236,7 +236,8 @@ |
| 236 | 236 | |
| 237 | 237 | :site-init
|
| 238 | 238 | If true, then the name of the site init file to load. The default is
|
| 239 | - library:site-init. No error if this does not exist.
|
|
| 239 | + library:site-init if it exists. If not, library:default-site-init
|
|
| 240 | + is used if it exists. No error if these files do not exist.
|
|
| 240 | 241 | |
| 241 | 242 | :print-herald
|
| 242 | 243 | If true (the default), print out the lisp system herald when starting.
|
| ... | ... | @@ -6821,7 +6821,8 @@ msgid "" |
| 6821 | 6821 | "\n"
|
| 6822 | 6822 | " :site-init\n"
|
| 6823 | 6823 | " If true, then the name of the site init file to load. The default is\n"
|
| 6824 | -" library:site-init. No error if this does not exist.\n"
|
|
| 6824 | +" library:site-init if it exists. If not, library:default-site-init\n"
|
|
| 6825 | +" is used if it exists. No error if these files do not exist.\n"
|
|
| 6825 | 6826 | "\n"
|
| 6826 | 6827 | " :print-herald\n"
|
| 6827 | 6828 | " If true (the default), print out the lisp system herald when "
|