Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/code/save.lisp
    ... ... @@ -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.
    

  • src/i18n/locale/cmucl.pot
    ... ... @@ -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 "