From: Richard M. Stallman Date: Tue, 4 Jan 1994 08:45:49 +0000 (+0000) Subject: (Fmapconcat): Doc fix. X-Git-Tag: emacs-19.34~10414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=acbeb206be5c9c542771508ccb18622e24c806ff;p=emacs.git (Fmapconcat): Doc fix. --- 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; {