Skip to content
Snippets Groups Projects
Commit 01a581ae authored by ram's avatar ram
Browse files

Flushed old mention of *used-documentation*.

parent 19492f4c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -389,8 +389,7 @@
(desc-doc x 'type "Type") (desc-doc x 'type "Type")
(desc-doc x 'setf "Setf macro") (desc-doc x 'setf "Setf macro")
(dolist (assoc (info random-documentation stuff x)) (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. ;; Print out properties, possibly ignoring implementation details.
(do ((plist (symbol-plist X) (cddr plist))) (do ((plist (symbol-plist X) (cddr plist)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment