X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fgeneric-functions.lisp;h=503d8d2b746b09d0078568856446b9f1bdd07a27;hb=8dc064d2296902f01afd9107e89a81146e3771fe;hp=44cae16f90c8b222b9e8d94cd375686ce9492ed8;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/generic-functions.lisp b/src/pcl/generic-functions.lisp index 44cae16..503d8d2 100644 --- a/src/pcl/generic-functions.lisp +++ b/src/pcl/generic-functions.lisp @@ -7,9 +7,6 @@ ;;;; warranty. See the COPYING and CREDITS files for more information. (in-package "SB-PCL") - -(sb-int:file-comment - "$Header$") ;;;; class predicates @@ -465,7 +462,7 @@ operation &optional new-value)) -;;;; keyword arguments +;;;; &KEY arguments (defgeneric allocate-instance (class &rest initargs))