# HG changeset patch # User Richard M. Stallman # Date 757673149 0 # Node ID 7a9ff03ecccfce814aa103e333bd44d7c0c7d03e # Parent 513e73023f78ea2acc33a4e7dfffe58a2506c5d6 (Fmapconcat): Doc fix. diff -r 513e73023f78 -r 7a9ff03ecccf src/fns.c --- a/src/fns.c Tue Jan 04 08:42:21 1994 +0000 +++ b/src/fns.c Tue Jan 04 08:45:49 1994 +0000 @@ -1047,7 +1047,7 @@ DEFUN ("mapconcat", Fmapconcat, Smapconcat, 3, 3, 0, "Apply FN to each element of SEQ, and concat the results as strings.\n\ In between each pair of results, stick in SEP.\n\ -Thus, \" \" as SEP results in spaces between the values return by FN.") +Thus, \" \" as SEP results in spaces between the values returned by FN.") (fn, seq, sep) Lisp_Object fn, seq, sep; {