Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
5079827f
Commit
5079827f
authored
Oct 09, 2011
by
Alex Goncharov
Browse files
compile-file: rephrase the doc string for the :Load argument.
parent
a0559708
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
5079827f
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment