]> git.eshelyaron.com Git - emacs.git/commit
Add a SPLIT parameter to `format-spec'
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2020 02:04:51 +0000 (03:04 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 29 Dec 2020 02:04:51 +0000 (03:04 +0100)
commit40d16332597d3aa564c9950ae1831faf6867c71a
treeef7070e55d22a6348beb33594323ca68ae20f36f
parent3334dd904157e7b3787f5d32f30b3c31585d047c
Add a SPLIT parameter to `format-spec'

* doc/lispref/strings.texi (Custom Format Strings): Document it.

* lisp/format-spec.el (format-spec): Add an optional parameter to
return a list of strings (bug#33740).
doc/lispref/strings.texi
etc/NEWS
lisp/format-spec.el
test/lisp/format-spec-tests.el