X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/6c3c2dd3e236da72ce43b923e4eeac7d33eb5cbd..b0e21f8370fb60321f178572e2b90dfc4e2eb5b6:/src/module-proto.lisp diff --git a/src/module-proto.lisp b/src/module-proto.lisp index b0be8dd..1fbba7c 100644 --- a/src/module-proto.lisp +++ b/src/module-proto.lisp @@ -141,15 +141,15 @@ according to the class choice set in the module's `:module-class' property. This has the side effects of calling `shared-initialize', setting the module's state to `t', and checking for unrecognized - properties. (Therefore subclasses should add a method to - `shared-initialize' taking care of looking at interesting properties, just - to make sure they're ticked off.)")) + properties. (Therefore subclasses should add a method to `shared- + initialize' taking care of looking at interesting properties, just to make + sure they're ticked off.)")) ;;;-------------------------------------------------------------------------- ;;; Module objects. (export '(module module-name module-pset module-errors - module-items module-dependencies)) + module-items module-dependencies module-state)) (defclass module () ((name :initarg :name :type pathname :reader module-name) (%pset :initarg :pset :initform (make-pset)