X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdocumentation.lisp;h=d5d4eb2863482c01f091823f6de203a72c3fe73c;hb=dad60222de85068322fbd0214b9c715053510f4d;hp=e1b7b56d90612a87d90ab76fd2af2ea7c5d14aac;hpb=c8eb86a40a6542b978ef34299ac5ab2601163ff4;p=sbcl.git diff --git a/src/pcl/documentation.lisp b/src/pcl/documentation.lisp index e1b7b56..d5d4eb2 100644 --- a/src/pcl/documentation.lisp +++ b/src/pcl/documentation.lisp @@ -205,7 +205,7 @@ ;;; 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)