We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a159a7d commit 4c30306Copy full SHA for 4c30306
quicklisp/client.lisp
@@ -25,7 +25,11 @@
25
"Load SYSTEMS the quicklisp way. SYSTEMS is a designator for a list
26
of things to be loaded.
27
28
- SYSTEMS can be either a string, a keyword symbol, a list of strings or a list of keyword symbols.
+ SYSTEMS can be either
29
+ - a string,
30
+ - a keyword symbol,
31
+ - a list of strings or
32
+ - a list of keyword symbols.
33
VERBOSE is boolean and defaults to NIL.
34
SILENT is boolean and defaults to NIL.
35
PROMPT is boolean and defaults to NIL.
0 commit comments