src/utilities.lisp: Fix docstring formatting.
[sod] / src / utilities.lisp
index 72af8b3..46270c4 100644 (file)
 
 (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."