X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/4b8e5c0347115ff30841f1d1e71afe59ecb6c82c..6e6b09589b6f6d0b260fd022e6a3b189f7f7d352:/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 @@ 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