]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmapconcat): Fix typo in a doc string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 15 Oct 2001 11:13:53 +0000 (11:13 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 15 Oct 2001 11:13:53 +0000 (11:13 +0000)
src/ChangeLog
src/fns.c

index b13e27b0b4e5af12a440c104c4e682e8cdfcec8c..5045871d930caed3aa33e6cd27a4af6dee6978a0 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * fns.c (Fmapconcat): Fix typo in a doc string.
+
        * dispnew.c (Fsleep_for): Fix typo in a doc string.
 
 2001-10-15  Gerd Moellmann  <gerd@gnu.org>
index 6b6ccd6984a808a70df319b4251f34abdbfae907..af794f81184b506ce4779ee096c40db7446ed23d 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -2719,7 +2719,7 @@ mapcar1 (leni, vals, fn, seq)
 
 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))