0.8.10.39:
[sbcl.git] / src / pcl / defclass.lisp
index ddd3f0a..87b2c1e 100644 (file)
                  :format-control
                  "~@<in DEFCLASS ~S, the slot specification ~S is invalid; ~
                    the probable intended meaning may be achieved by ~
-                   specifiying ~S instead."
+                   specifiying ~S instead.~>"
                  :format-arguments
                  (list class-name spec
                        `(,(car spec) :initform ,(cadr spec)))))