From c5ef873aa2e9ccb3e023efa802780679dc79ed91 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 7 Jul 2018 14:41:23 +0100 Subject: [PATCH] src/utilities.lisp (merge-lists): Fix garbled documentation. --- src/utilities.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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)) -- 2.11.0