; * src/fns.c (Fmapconcat): Doc fix (bug#76242).
This commit is contained in:
parent
3cfbeb3fca
commit
316e47c5af
1 changed files with 2 additions and 1 deletions
|
@ -3402,7 +3402,8 @@ characters; nil stands for the empty string.
|
||||||
|
|
||||||
FUNCTION must be a function of one argument, and must return a value
|
FUNCTION must be a function of one argument, and must return a value
|
||||||
that is a sequence of characters: either a string, or a vector or
|
that is a sequence of characters: either a string, or a vector or
|
||||||
list of numbers that are valid character codepoints. */)
|
list of numbers that are valid character codepoints; nil is treated
|
||||||
|
as an empty string. */)
|
||||||
(Lisp_Object function, Lisp_Object sequence, Lisp_Object separator)
|
(Lisp_Object function, Lisp_Object sequence, Lisp_Object separator)
|
||||||
{
|
{
|
||||||
USE_SAFE_ALLOCA;
|
USE_SAFE_ALLOCA;
|
||||||
|
|
Loading…
Add table
Reference in a new issue