Skip to content

Commit a159a7d

Browse files
committed
Extended documentation string of QUICKLOAD
- Added types of arguments
1 parent 8e2185b commit a159a7d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

quicklisp/client.lisp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
"Load SYSTEMS the quicklisp way. SYSTEMS is a designator for a list
2626
of things to be loaded.
2727
28-
VERBOSE defaults to NIL.
29-
SILENT defaults to NIL.
30-
PROMPT defaults to NIL.
31-
EXPLAIN defaults to T but is not used in the default method.
28+
SYSTEMS can be either a string, a keyword symbol, a list of strings or a list of keyword symbols.
29+
VERBOSE is boolean and defaults to NIL.
30+
SILENT is boolean and defaults to NIL.
31+
PROMPT is boolean and defaults to NIL.
32+
EXPLAIN is boolean and defaults to T but is not used in the default method.
3233
3334
Examples:
3435

0 commit comments

Comments
 (0)