0.8.0.59:
[sbcl.git] / src / compiler / info-functions.lisp
index a5abe11..b4f3c2e 100644 (file)
        (typecase x
         (structure-class (values (info :type :documentation (class-name x))))
         (t (and (typep x 'symbol) (values (info :type :documentation x))))))
-      (setf (info :setf :documentation x))
+      (setf (values (info :setf :documentation x)))
       ((t)
        (typecase x
         (function (%fun-doc x))