X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/8b06ce6e1f3af2c684aac89dc86dc66d135ea876..32bb097f2613b22e14feb1a9820eb21289856eb3:/src/class-finalize-proto.lisp diff --git a/src/class-finalize-proto.lisp b/src/class-finalize-proto.lisp index 7d7a992..80d0c12 100644 --- a/src/class-finalize-proto.lisp +++ b/src/class-finalize-proto.lisp @@ -106,6 +106,10 @@ * 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 --------------------------------------------------