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:
d448780
)
src/class-make-impl.lisp: Fix docstring: `metaclass' is left unbound.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 6 Jul 2018 22:32:40 +0000
(23:32 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 9 Jul 2018 11:02:05 +0000
(12:02 +0100)
This was changed back in
981b6fb624186a54320cea34e53e16276aee2bdb
.
src/class-make-impl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/class-make-impl.lisp
b/src/class-make-impl.lisp
index 7495c0182e631b4b02eb49fb0a9ab8995c2e1101..d719cc6cc0297870866caa625f4554438d295b4a 100644
(file)
--- a/
src/class-make-impl.lisp
+++ b/
src/class-make-impl.lisp
@@
-33,9
+33,9
@@
(defmethod shared-initialize :after ((class sod-class) slot-names &key pset)
Properties inspected are as follows:
Properties inspected are as follows:
- * `:metaclass' names the metaclass to use. If unspecified,
nil is
- stored, and (unless you intervene later) `guess-metaclass' will be
- called by `finalize-sod-class' to find a suitable default.
+ * `:metaclass' names the metaclass to use. If unspecified,
this will be
+ left unbound, and (unless you intervene later) `guess-metaclass' will
+
be
called by `finalize-sod-class' to find a suitable default.
* `:nick' provides a nickname for the class. If unspecified, a default
(the class's name, forced to lowercase) will be chosen in
* `:nick' provides a nickname for the class. If unspecified, a default
(the class's name, forced to lowercase) will be chosen in