about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bane.20.cdr15.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bane.20.cdr15.md b/doc/bane.20.cdr15.md
index 844eaee..bb25021 100644
--- a/doc/bane.20.cdr15.md
+++ b/doc/bane.20.cdr15.md
@@ -22,6 +22,7 @@ Write an ISLisp program, making the following adaptations:
 
 | ISLisp            | CL                  |
 | ----------------- | ------------------- |
+| (:abstractp t)    | (:metaclass <abstract-class>) |
 | (class x)         | (find-class 'x)     |
 | create            | make-instance       |
 | defglobal         | defvar              |