From 01a581ae2c8f4975c532236d119d83228fe47801 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 20 Dec 1991 19:09:54 +0000
Subject: [PATCH] Flushed old mention of *used-documentation*.

---
 code/describe.lisp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/code/describe.lisp b/code/describe.lisp
index 7e00943a8..3da07fd29 100644
--- a/code/describe.lisp
+++ b/code/describe.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.15 1991/12/20 18:33:22 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.16 1991/12/20 19:09:54 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -389,8 +389,7 @@
   (desc-doc x 'type "Type")
   (desc-doc x 'setf "Setf macro")
   (dolist (assoc (info random-documentation stuff x))
-    (unless (member (cdr assoc) *used-documentation*)
-      (format t "~&Documentation on the ~(~A~):~%~A" (car assoc) (cdr assoc))))
+    (format t "~&Documentation on the ~(~A~):~%~A" (car assoc) (cdr assoc)))
   ;;
   ;; Print out properties, possibly ignoring implementation details.
   (do ((plist (symbol-plist X) (cddr plist)))
-- 
GitLab