src/class-finalize-{proto,impl}.lisp (finalize-sod-class): Add `:around'.
[sod] / src / class-finalize-proto.lisp
index 7d7a992..80d0c12 100644 (file)
 
      * The class is checked for compiance with the well-formedness rules.
 
-     * The layout chains are computed."))
+     * The layout chains are computed.
+
+   User methods can assume that the class in question has not yet been
+   finalized.  Errors during finalization can be reported in the usual
+   way."))
 
 ;;;----- That's all, folks --------------------------------------------------