chiark / gitweb /
src/utilities.lisp: Fix docstring formatting.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 25 Mar 2017 17:28:49 +0000 (17:28 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
src/utilities.lisp

index 72af8b327138d908d86c6476e58f17f4bea0aa4f..46270c47d6509301dfac9d8e1ecd592c586843db 100644 (file)
@@ -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."