aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-04 08:45:49 +0000
committerRichard M. Stallman <[email protected]>1994-01-04 08:45:49 +0000
commitacbeb206be5c9c542771508ccb18622e24c806ff (patch)
tree0fb05b97729501f68cf08b5e3f4eb83e20dc6486 /src/fns.c
parent63456da576dc85ee3cb504ac60a4edaecec7b7fe (diff)
(Fmapconcat): Doc fix.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 4bab35a25f..3a0f3c8056 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;
{