chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c1ac152
)
src/module-proto.lisp: Fix word-wrapping in a docstring.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 29 Jul 2019 10:46:51 +0000
(11:46 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:42 +0000
(16:27 +0100)
src/module-proto.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/module-proto.lisp
b/src/module-proto.lisp
index b0be8ddfb16324f3810d2ce5da03c359f557e492..b45a99433db08da493e47d405093a6905fa95422 100644
(file)
--- 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
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.
;;;--------------------------------------------------------------------------
;;; Module objects.