From: Pavel Janík Date: Mon, 15 Oct 2001 11:13:53 +0000 (+0000) Subject: (Fmapconcat): Fix typo in a doc string. X-Git-Tag: ttn-vms-21-2-B4~19422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd8d1e71ef11f3722fc4e5607b45c32839d1b000;p=emacs.git (Fmapconcat): Fix typo in a doc string. --- diff --git a/src/ChangeLog b/src/ChangeLog index b13e27b0b4e..5045871d930 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-10-15 Pavel Jan,Bm(Bk + * fns.c (Fmapconcat): Fix typo in a doc string. + * dispnew.c (Fsleep_for): Fix typo in a doc string. 2001-10-15 Gerd Moellmann diff --git a/src/fns.c b/src/fns.c index 6b6ccd6984a..af794f81184 100644 --- 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))