Bring docs up to date.

This commit is contained in:
Kyle Isom 2015-04-10 19:46:08 -07:00
parent 724a789dfd
commit bde35eb6b3
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@ and <code>:c</code> stores the value <code>:d</code>.</li>
returns a lambda that will call the function given with the intial
args and any additional args provided to the lambda.</li>
<li><code>macroexpand-n</code>: expand the macro n times.</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>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>
</ul>
<h3>Quicklisp installation</h3>