chiark / gitweb /
Refactoring more or less complete. Maybe I should test it.
[sod] / src / module-proto.lisp
index 93b4f689e311d1b75a84b9f8b490bd680f36504f..28af7bd055e528d22dcf3c7e14272e1c3c83519a 100644 (file)
@@ -125,7 +125,7 @@ (defgeneric add-to-module (module item)
   (:documentation
    "Add ITEM to the MODULE's list of accumulated items.
 
-   The module items participate in the `module-import' and `add-output-hooks'
+   The module items participate in the `module-import' and `hook-output'
    protocols."))
 
 (export 'finalize-module)