bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35710: Acknowledgement (26.1; incomplete mapconcat description strin


From: phs
Subject: bug#35710: Acknowledgement (26.1; incomplete mapconcat description string)
Date: Tue, 14 May 2019 10:14:02 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Thanks for the explanations, I never realized that concat was so
versatile (and I'm an emacs lover since 1983). Live and learn ...

Here is a suggested replacement for the documentation string (patch
attached). It produces

        Apply FUNCTION to each element of SEQUENCE, and concat the results as
strings.
        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, etc. see ‘mapcar’.
        SEPARATOR and all values returned by FUNCTION must be accepted by 
‘concat’.

--phs

Attachment: mapconcat-descr.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]