[cmucl-cvs] [git] CMU Common Lisp branch master updated. 5079827f9d27e143f3a48ab5006ec42f71f0815c

Alex Goncharov agoncharov at common-lisp.net
Mon Oct 10 02:10:45 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  5079827f9d27e143f3a48ab5006ec42f71f0815c (commit)
      from  a0559708e0f703f88c7bb731689e85e3c9f0b88c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5079827f9d27e143f3a48ab5006ec42f71f0815c
Author: Alex Goncharov <alex-goncharov at comcast.net>
Date:   Sun Oct 9 22:10:30 2011 -0400

    compile-file: rephrase the doc string for the :Load argument.

diff --git a/compiler/main.lisp b/compiler/main.lisp
index eafe6e3..7bfce70 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -1807,8 +1807,8 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.")
    :Output-File
       The name of the fasl to output, NIL for none, T for the default.
    :Load
-      Load the compiled file; T here requires :Output-File to be T, as well.
-      The default is NIL.
+      Load the compiled file; T here requires :Output-File to be non-NIL, as well.
+      The default for :Load is NIL.
    :Error-File
       The name of the error listing file, NIL for none (the default), T for
       .err.

-----------------------------------------------------------------------

Summary of changes:
 compiler/main.lisp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list