From 3400f60f701b92ff8183d2f0a488f3afcac43d3a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 29 Jul 2019 11:46:51 +0100 Subject: [PATCH] src/module-proto.lisp: Fix word-wrapping in a docstring. --- src/module-proto.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 @@ 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. -- 2.11.0