Mercurial > emacs
changeset 5437:7a9ff03ecccf
(Fmapconcat): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Jan 1994 08:45:49 +0000 |
parents | 513e73023f78 |
children | ab37f52a4fe3 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {