X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcl%2Fdescribe.lisp;h=edaa29d754596248b14e091b6bab0e32c1532599;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=71ced2d9b33fa148d77eda5284548cc54ed397c6;hpb=479ef26343b45753fc019b6535d3aa0ee54cb324;p=sbcl.git diff --git a/src/pcl/describe.lisp b/src/pcl/describe.lisp index 71ced2d..edaa29d 100644 --- a/src/pcl/describe.lisp +++ b/src/pcl/describe.lisp @@ -97,7 +97,7 @@ (if (null methods) (format stream "~&It has no methods.~%") (let ((gf-name (generic-function-name fun))) - (format stream "Its methods are:") + (format stream "~&Its methods are:") (dolist (method methods) (format stream "~2% (~A ~{~S ~}~:S) =>" gf-name