Update docs to note merging class tools.
This commit is contained in:
parent
4ecb46794e
commit
dcd09c4f6a
|
@ -96,9 +96,8 @@ and <code>:c</code> stores the value <code>:d</code>.</li>
|
|||
upcasing strings as required.</li>
|
||||
<li><code>mkkw</code>: creates a keyword from its arguments.</li>
|
||||
<li><code>defclass!</code>: convenience macro for quickly defining
|
||||
a class with slots and a docstring.</li>
|
||||
<li><coode>defconstructor</code>: convenience function for quickly
|
||||
defining a constructor based on a class's slots.</li>
|
||||
a class with slots and a docstring; it also builds a default
|
||||
constructor based on a class's slots.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Quicklisp installation</h3>
|
||||
|
|
Loading…
Reference in New Issue