From a0559708e0f703f88c7bb731689e85e3c9f0b88c Mon Sep 17 00:00:00 2001
From: Alex Goncharov <alex-goncharov@comcast.net>
Date: Sun, 9 Oct 2011 19:04:55 -0400
Subject: [PATCH] compile-file: add a doc string for the :Load argument.

---
 compiler/main.lisp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compiler/main.lisp b/compiler/main.lisp
index 2a02cf033..eafe6e345 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -1806,6 +1806,9 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.")
    input file name.  Other options available via keywords:
    :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.
    :Error-File
       The name of the error listing file, NIL for none (the default), T for
       .err.
-- 
GitLab