chiark / gitweb /
src/utilities.lisp: Fix docstring formatting.
[sod] / 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."