From dd8d1e71ef11f3722fc4e5607b45c32839d1b000 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 15 Oct 2001 11:13:53 +0000 Subject: [PATCH] (Fmapconcat): Fix typo in a doc string. --- src/ChangeLog | 2 ++ src/fns.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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)) -- 2.39.2