From acbeb206be5c9c542771508ccb18622e24c806ff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 1994 08:45:49 +0000 Subject: [PATCH] (Fmapconcat): Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index 4bab35a25f7..3a0f3c80561 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1047,7 +1047,7 @@ mapcar1 (leni, vals, fn, seq) 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; { -- 2.39.5