X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/6c3c2dd3e236da72ce43b923e4eeac7d33eb5cbd..d9bd7c90250b7563be98f105d0a53ce66d559ea0:/src/module-proto.lisp?ds=sidebyside diff --git a/src/module-proto.lisp b/src/module-proto.lisp index b0be8dd..b45a994 100644 --- a/src/module-proto.lisp +++ b/src/module-proto.lisp @@ -141,9 +141,9 @@ (defgeneric finalize-module (module) 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.