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