aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 2276a9971b2..97a505ecbef 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2496,7 +2496,7 @@ DEFUN ("mapconcat", Fmapconcat, Smapconcat, 3, 3, 0,
2496In between each pair of results, stick in SEPARATOR. Thus, " " as 2496In between each pair of results, stick in SEPARATOR. Thus, " " as
2497 SEPARATOR results in spaces between the values returned by FUNCTION. 2497 SEPARATOR results in spaces between the values returned by FUNCTION.
2498SEQUENCE may be a list, a vector, a bool-vector, or a string. 2498SEQUENCE may be a list, a vector, a bool-vector, or a string.
2499SEPARATOR must be a string. 2499SEPARATOR must be a string, a vector, or a list of characters.
2500FUNCTION must be a function of one argument, and must return a value 2500FUNCTION must be a function of one argument, and must return a value
2501 that is a sequence of characters: either a string, or a vector or 2501 that is a sequence of characters: either a string, or a vector or
2502 list of numbers that are valid character codepoints. */) 2502 list of numbers that are valid character codepoints. */)