From: Mark Wooding Date: Sat, 7 Jul 2018 13:41:23 +0000 (+0100) Subject: src/utilities.lisp (merge-lists): Fix garbled documentation. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/c5ef873aa2e9ccb3e023efa802780679dc79ed91 src/utilities.lisp (merge-lists): Fix garbled documentation. --- diff --git a/src/utilities.lisp b/src/utilities.lisp index 1e10c24..10e95c7 100644 --- a/src/utilities.lisp +++ b/src/utilities.lisp @@ -563,9 +563,10 @@ candidates list if and only if an occurrence of A appears in an earlier input list than any occurrence of item B. (This completely determines the order of the candidates: it is not possible that two candidates appear in - the same input list would resolve the ambiguity between them.) If PICK is - omitted then the item chosen is the one appearing in the earliest of the - input lists: i.e., effectively, the default PICK function is + the same input list, since that would resolve the ambiguity between them.) + If PICK is omitted then the item chosen is the one appearing in the + earliest of the input lists: i.e., effectively, the default PICK function + is (lambda (candidates output-so-far) (declare (ignore output-so-far))