Raymond Toy pushed to branch master at cmucl / cmucl Commits: cf7777cf by Raymond Toy at 2024-12-13T11:41:12-08:00 Update docstring to mention library:default-site-init. - - - - - f1f5768d by Raymond Toy at 2024-12-13T11:47:49-08:00 Update cmucl.pot file for changed docstring for default-site-init - - - - - 2 changed files: - src/code/save.lisp - src/i18n/locale/cmucl.pot Changes: ===================================== src/code/save.lisp ===================================== @@ -236,7 +236,8 @@ :site-init If true, then the name of the site init file to load. The default is - library:site-init. No error if this does not exist. + library:site-init if it exists. If not, library:default-site-init + is used if it exists. No error if these files do not exist. :print-herald If true (the default), print out the lisp system herald when starting. ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -6821,7 +6821,8 @@ msgid "" "\n" " :site-init\n" " If true, then the name of the site init file to load. The default is\n" -" library:site-init. No error if this does not exist.\n" +" library:site-init if it exists. If not, library:default-site-init\n" +" is used if it exists. No error if these files do not exist.\n" "\n" " :print-herald\n" " If true (the default), print out the lisp system herald when " View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/c8020846e9730177d0475c6... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/c8020846e9730177d0475c6... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)