Update doc page.

This commit is contained in:
Kyle Isom 2015-04-16 17:56:37 -07:00
parent 547795702c
commit 00ed023649
1 changed files with 4 additions and 2 deletions

View File

@ -95,9 +95,11 @@ and <code>:c</code> stores the value <code>:d</code>.</li>
<li><code>mksymb</code>: creates a symbol from its arguments,
upcasing strings as required.</li>
<li><code>mkkw</code>: creates a keyword from its arguments.</li>
<li><code>zip</code>: join the cars of the input lists; e.g. <code>(zip
'(a b c) '(1 2 3))</code> will produce <code>((a 1) (b 2) (c
3))</code>.</li>
<li><code>defclass!</code>: convenience macro for quickly defining
a class with slots and a docstring; it also builds a default
constructor based on a class's slots.</li>
a class with slots and a docstring.</li>
</ul>
<h3>Quicklisp installation</h3>