From 69dda0c9c490dcdc336a7abd8aacb6a2166f762b Mon Sep 17 00:00:00 2001 Message-Id: <69dda0c9c490dcdc336a7abd8aacb6a2166f762b.1715319035.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 25 Mar 2017 17:28:49 +0000 Subject: [PATCH] src/utilities.lisp: Fix docstring formatting. Organization: Straylight/Edgeware From: Mark Wooding --- src/utilities.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities.lisp b/src/utilities.lisp index 72af8b3..46270c4 100644 --- a/src/utilities.lisp +++ b/src/utilities.lisp @@ -433,7 +433,7 @@ (defun lbuild-list (builder) (export 'mappend) (defun mappend (function list &rest more-lists) - "Like a nondestructive MAPCAN. + "Like a nondestructive `mapcan'. Map FUNCTION over the the corresponding elements of LIST and MORE-LISTS, and return the result of appending all of the resulting lists." -- [mdw]