X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsave.lisp;h=beb928666e4e4c55f7a0a98e2fb69adbff8a3e9f;hb=b19093fa94d6e1785abee99c35c9a610e8777671;hp=7f0abb02fe7741e7788d65e19752304730ab70e6;hpb=b08344ddbb8d0193054b72c01be7e367422ccf03;p=sbcl.git diff --git a/src/code/save.lisp b/src/code/save.lisp index 7f0abb0..beb9286 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -48,7 +48,7 @@ killing the current Lisp invocation in the process (unless it bails out early because of some argument error or something). - The following keyword args are defined: + The following &KEY args are defined: :TOPLEVEL The function to run when the created core file is resumed. @@ -104,8 +104,8 @@ ;;;; functions used by worldload.lisp in CMU CL bootstrapping -;;; If Name has been byte-compiled, and :RUNTIME is a feature, then load the -;;; byte-compiled version, otherwise just do normal load. +;;; If NAME has been byte-compiled, and :RUNTIME is a feature, then +;;; load the byte-compiled version, otherwise just do normal load. #+nil ; no longer needed in SBCL.. I think.. -- WHN 19990814 (defun maybe-byte-load (name &optional (load-native t)) (let ((bname (make-pathname