X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdescribe.lisp;h=afbb66c063fbb9b2cc010160baa8b89da23ff7fb;hb=64a7331285b0eab2c216f52670763c7d192cfdaa;hp=cdbfb3605a2f61c30779de09620f493c77cf388e;hpb=648b48d2406f6d6f2bf341bf8ed350aac85398d0;p=sbcl.git diff --git a/src/code/describe.lisp b/src/code/describe.lisp index cdbfb36..afbb66c 100644 --- a/src/code/describe.lisp +++ b/src/code/describe.lisp @@ -328,7 +328,7 @@ ;; * NIL, in which case there's nothing to see here, move along. (when (eq (info :type :kind x) :defined) (format s "~&It names a type specifier.")) - (let ((symbol-named-class (find-classoid x nil))) + (let ((symbol-named-class (find-class x nil))) (when symbol-named-class (format s "~&It names a class ~A." symbol-named-class) (describe symbol-named-class s)))