0.pre7.98:
[sbcl.git] / src / pcl / generic-functions.lisp
index 44cae16..59330a5 100644 (file)
@@ -7,9 +7,6 @@
 ;;;; warranty. See the COPYING and CREDITS files for more information.
 
 (in-package "SB-PCL")
-
-(sb-int:file-comment
-  "$Header$")
 \f
 ;;;; class predicates
 
 
 (defgeneric accessor-method-slot-name (m))
 
-(defgeneric class-constructors (class))
-
 (defgeneric class-default-initargs (class))
 
 (defgeneric class-direct-default-initargs (class))
                          operation
                          &optional new-value))
 \f
-;;;; keyword arguments
+;;;; &KEY arguments
 
 (defgeneric allocate-instance (class &rest initargs))
 
                                      &key &allow-other-keys))
 
 (defgeneric ensure-generic-function-using-class (generic-function
-                                                function-name
+                                                fun-name
                                                 &key &allow-other-keys))
 
 (defgeneric initialize-instance (gf &key &allow-other-keys))