1.0.41.37: ppc: allocation fixes for threaded builds.
[sbcl.git] / src / pcl / documentation.lisp
index e1b7b56..d5d4eb2 100644 (file)
 \f
 ;;; default if DOC-TYPE doesn't match one of the specified types
 (defmethod documentation (object doc-type)
-  (warn "unsupported DOCUMENTATION: type ~S for object ~S"
+  (warn "unsupported DOCUMENTATION: type ~S for object of type ~S"
         doc-type
         (type-of object))
   nil)