Mercurial > emacs
diff src/fns.c @ 39956:b394d7876697
(Fmapconcat): Fix typo in a doc string.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Mon, 15 Oct 2001 11:13:17 +0000 |
| parents | 34ec3a68775d |
| children | 51a89919bc4e |
line wrap: on
line diff
--- a/src/fns.c Mon Oct 15 11:10:13 2001 +0000 +++ b/src/fns.c Mon Oct 15 11:13:17 2001 +0000 @@ -2719,7 +2719,7 @@ DEFUN ("mapconcat", Fmapconcat, Smapconcat, 3, 3, 0, /* Apply FUNCTION to each element of SEQUENCE, and concat the results as strings. -In between each pair of results, stick in SEPARATOR. Thus, "" as +In between each pair of results, stick in SEPARATOR. Thus, " " as SEPARATOR results in spaces between the values returned by FUNCTION. SEQUENCE may be a list, a vector, a bool-vector, or a string. */ (function, sequence, separator))
