From 5079827f9d27e143f3a48ab5006ec42f71f0815c Mon Sep 17 00:00:00 2001 From: Alex Goncharov <alex-goncharov@comcast.net> Date: Sun, 9 Oct 2011 22:10:30 -0400 Subject: [PATCH] compile-file: rephrase the doc string for the :Load argument. --- compiler/main.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index eafe6e345..7bfce70b4 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. -- GitLab