aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 64541852..7ce0b1d3 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -231,7 +231,8 @@
capsule-definitions ; capsule-level definitions
template ; for a category, this is the generic instance.
; for a functor, this is the template.
- lookup-function ; for a functor, lookup function.
+ lookup-function ; for a functor, lookup function. For category
+ ; constructor, default package constructor.
) ; database structure
(deftype |%Database| nil 'database)