From: Eli Zaretskii Date: Thu, 13 Feb 2025 09:03:26 +0000 (+0200) Subject: ; * src/fns.c (Fmapconcat): Doc fix (bug#76242). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=316e47c5af402f70b78092f9c941c4cf240fceb3;p=emacs.git ; * src/fns.c (Fmapconcat): Doc fix (bug#76242). --- diff --git a/src/fns.c b/src/fns.c index bee44b222c5..a37c651c793 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3402,7 +3402,8 @@ characters; nil stands for the empty string. 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 - 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) { USE_SAFE_ALLOCA;