Update docs to note merging class tools.

This commit is contained in:
Kyle 2015-04-11 06:30:06 -07:00
parent 4ecb46794e
commit dcd09c4f6a
1 changed files with 2 additions and 3 deletions

View File

@ -96,9 +96,8 @@ and <code>:c</code> stores the value <code>:d</code>.</li>
upcasing strings as required.</li> upcasing strings as required.</li>
<li><code>mkkw</code>: creates a keyword from its arguments.</li> <li><code>mkkw</code>: creates a keyword from its arguments.</li>
<li><code>defclass!</code>: convenience macro for quickly defining <li><code>defclass!</code>: convenience macro for quickly defining
a class with slots and a docstring.</li> a class with slots and a docstring; it also builds a default
<li><coode>defconstructor</code>: convenience function for quickly constructor based on a class's slots.</li>
defining a constructor based on a class's slots.</li>
</ul> </ul>
<h3>Quicklisp installation</h3> <h3>Quicklisp installation</h3>