chiark / gitweb /
doc/sod.sty: Hack underscores in the labels generated by `describe'.
[sod] / src / classes.lisp
index 6a486984f22728d3962399617a35cd35b6702a0f..afbb485cb8c75891b498a1e65ce2ab26102b6323 100644 (file)
@@ -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