changeset 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 691c751df204
children a32cf399f143
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))