chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddfe426
)
src/utilities.lisp: Fix another docstring's formatting.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:27:11 +0000
(11:27 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Oct 2015 20:38:08 +0000
(21:38 +0100)
src/utilities.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/utilities.lisp
b/src/utilities.lisp
index 3c33be2191dac56f88466564b5b0212dcfac5f82..cd10aa131dc7f170262d00290aae365ae9ef366f 100644
(file)
--- a/
src/utilities.lisp
+++ b/
src/utilities.lisp
@@
-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)))))