0.pre7.139:
[sbcl.git] / src / pcl / ctypes.lisp
index 0cc4e82..2a0d0d9 100644 (file)
@@ -23,9 +23,9 @@
 
 (in-package "SB-PCL")
 \f
-;;; The built-in method combination types as taken from page 1-31 of 88-002R.
-;;; Note that the STANDARD method combination type is defined by hand in the
-;;; file combin.lisp.
+;;; The built-in method combination types as taken from page 1-31 of
+;;; 88-002R. Note that the STANDARD method combination type is defined
+;;; by hand in the file combin.lisp.
 (define-method-combination +      :identity-with-one-argument t)
 (define-method-combination and    :identity-with-one-argument t)
 (define-method-combination append :identity-with-one-argument nil)