]> git.eshelyaron.com Git - emacs.git/commit
Make 'mapconcat' argument 'separator' optional
authorStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 13:36:31 +0000 (15:36 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 5 Oct 2021 13:38:38 +0000 (15:38 +0200)
commitd652efcd087099c71cd76c4bbf2bbf04314844b4
tree828ea43e01d213d00ec2832d7c877d246f9328e6
parent4bf532ee82473740cfd43c66ecbfe6cfddf99df9
Make 'mapconcat' argument 'separator' optional

* src/fns.c (Fmapconcat): Make third 'separator' argument
optional.  (Bug#50965)
* doc/lispref/functions.texi (Mapping Functions): Update
documentation for above change.
* test/src/fns-tests.el (fns-tests-mapconcat): New test.

* doc/misc/cl.texi (Obsolete Setf Customization): Don't use third
mapconcat argument in example.
* lisp/emacs-lisp/subr-x.el (string-join): Doc fix.
doc/lispref/functions.texi
doc/misc/cl.texi
etc/NEWS
lisp/emacs-lisp/subr-x.el
src/fns.c
test/src/fns-tests.el