diff --git a/code/describe.lisp b/code/describe.lisp
index bdb83fe19b47e646b334385a8b9c871630ee5118..62ffcd2812209e4b9865f580ad3fc8158da5fde9 100644
--- a/code/describe.lisp
+++ b/code/describe.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.31 1997/02/08 17:22:36 pw Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.32 1998/02/05 18:51:13 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -141,7 +141,7 @@
   (cond ((let ((so-class (find-class 'standard-object nil)))
 	   (and so-class (typep x so-class)))
 	 (fresh-line *standard-output*)
-	 (pcl::describe-object x *standard-output*))
+	 (describe-object x *standard-output*))
 	(t
 	 (format t "~&~S is a ~(~A~) of type ~A." x kind (type-of x))
 	 (dolist (slot (cddr (inspect::describe-parts x)))
diff --git a/code/exports.lisp b/code/exports.lisp
index 76349c560af990e0cf89c3449a76b4abbc69bb1e..c7e59f4edd2e395be32100377e330cf68fd5ba39 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.139 1998/02/03 19:22:15 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.140 1998/02/05 18:51:10 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -557,7 +557,8 @@
              "ADD-METHOD" "CALL-METHOD"
              "CALL-NEXT-METHOD" "CHANGE-CLASS"
              "COMPUTE-APPLICABLE-METHODS" "DEFCLASS" "DEFGENERIC"
-             "DEFINE-METHOD-COMBINATION" "DEFMETHOD" "ENSURE-GENERIC-FUNCTION"
+             "DEFINE-METHOD-COMBINATION" "DEFMETHOD" "DESCRIBE-OBJECT"
+	     "ENSURE-GENERIC-FUNCTION"
 	     "FIND-METHOD" "FUNCTION-KEYWORDS" "GENERIC-FLET"
              "GENERIC-LABELS" "INITIALIZE-INSTANCE" "INVALID-METHOD-ERROR"
              "MAKE-INSTANCE" "MAKE-INSTANCES-OBSOLETE"
diff --git a/code/globals.lisp b/code/globals.lisp
index 3d810f7a5cd639bb3a3e3effefe0044f052480f8..2a38a74d6df07fc5de0752e764c24c359537e091 100644
--- a/code/globals.lisp
+++ b/code/globals.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.14 1997/09/04 06:17:16 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.15 1998/02/05 18:51:14 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -47,7 +47,7 @@
 (declaim (ftype (function * *)
 		find-keyword keyword-test assert-error
 		assert-prompt check-type-error case-body-error print-object
-		pcl::describe-object pcl::check-wrapper-validity))
+		describe-object pcl::check-wrapper-validity))
 
 #-clx
 (declaim (ftype (function * *)
diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp
index c1731802999b1508b9e9455b272b90e3ab545d0b..96a07512fa8cbb3f331c9ffb9787789876981394 100644
--- a/pcl/pkg.lisp
+++ b/pcl/pkg.lisp
@@ -85,6 +85,7 @@
 	   "DEFGENERIC"
 	   "DEFINE-METHOD-COMBINATION"
 	   "DEFMETHOD"
+	   "DESCRIBE-OBJECT"
 	   "ENSURE-GENERIC-FUNCTION"
 	   "FIND-CLASS"
 	   "FIND-METHOD"
diff --git a/pcl/sys-proclaim.lisp b/pcl/sys-proclaim.lisp
index c1d1f92f6382d769f683ec0ee0ae358997e3af6e..0660b52a6f85d584fbc5d25a03e522ea506754c5 100644
--- a/pcl/sys-proclaim.lisp
+++ b/pcl/sys-proclaim.lisp
@@ -670,7 +670,7 @@
                      PCL::LEGAL-QUALIFIERS-P PCL::ADD-BOUNDP-METHOD
                      PCL::LEGAL-LAMBDA-LIST-P
                      PCL::|SETF PCL GENERIC-FUNCTION-NAME|
-                     PCL::DESCRIBE-OBJECT PCL::CLASS-INITIALIZE-INFO
+                     PCL:DESCRIBE-OBJECT PCL::CLASS-INITIALIZE-INFO
                      PCL::MAKE-WRITER-METHOD-FUNCTION
                      PCL::|SETF PCL GF-DFUN-STATE|
                      PCL::|SETF PCL SLOT-DEFINITION-NAME|