Mercurial > emacs
diff src/fns.c @ 5437:7a9ff03ecccf
(Fmapconcat): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 04 Jan 1994 08:45:49 +0000 |
| parents | 1fc792473491 |
| children | 066830a71a63 |
line wrap: on
line diff
--- 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; {
