Don't write Lisp symbol names in uppercase: use `...' instead.
[sod] / src / class-layout-impl.lisp
index 4bff54d..2e66fa1 100644 (file)
@@ -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