X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/4b8e5c0347115ff30841f1d1e71afe59ecb6c82c..23e44cba8fe33e8cdde22d1ae14d78d992b9f8bb:/src/classes.lisp diff --git a/src/classes.lisp b/src/classes.lisp index 6a48698..afbb485 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -194,7 +194,7 @@ (defclass sod-class () specific) for the class and all of its superclasses. Finally, slots concerning the instance and vtable layout of the class are - computed on demand via methods on `slot-unbound'. + computed on demand (see `define-on-demand-slot'). * The ILAYOUT describes the layout for an instance of the class. It's quite complicated; see the documentation of the `ilayout' class for