chiark / gitweb /
src/utilities.lisp: Fix another docstring's formatting.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:27:11 +0000 (11:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 8 Oct 2015 20:38:08 +0000 (21:38 +0100)
src/utilities.lisp

index 3c33be2191dac56f88466564b5b0212dcfac5f82..cd10aa131dc7f170262d00290aae365ae9ef366f 100644 (file)
@@ -428,7 +428,7 @@ (define-condition inconsistent-merge-error (error)
   ((candidates :initarg :candidates
               :reader merge-error-candidates))
   (:documentation
-   "Reports an inconsistency in the arguments passed to MERGE-LISTS.")
+   "Reports an inconsistency in the arguments passed to `merge-lists'.")
   (:report (lambda (condition stream)
             (format stream "Merge inconsistency: failed to decide among ~A."
                     (merge-error-candidates condition)))))