X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/aa14a4cddcb96b681d5c19a2ec8bad382f43b264..3109662aca9c06495ac22c5c58b46e1c036aca5c:/src/class-layout-impl.lisp diff --git a/src/class-layout-impl.lisp b/src/class-layout-impl.lisp index 4bff54d..2e66fa1 100644 --- a/src/class-layout-impl.lisp +++ b/src/class-layout-impl.lisp @@ -58,7 +58,7 @@ (prepare-function :initarg :prepare-function :type (or symbol function) :reader sod-slot-prepare-function)) (:documentation - "Special class for slots defined on SodClass. + "Special class for slots defined on `SodClass'. These slots need class-specific initialization. It's easier to keep all of the information (name, type, and how to initialize them) about these @@ -80,7 +80,7 @@ (prepare-function :initarg :prepare-function :type (or symbol function) :reader effective-slot-prepare-function)) (:documentation - "Special class for slots defined on SodClass. + "Special class for slots defined on `SodClass'. This class ignores any explicit initializers and computes initializer values using the slot's INIT-FUNC slot and a magical protocol during