Bring docs up to date.
This commit is contained in:
parent
724a789dfd
commit
bde35eb6b3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue