Fix copying text properties by 'format'
commit1c09423880e1c48d6ba02a196430e829d1d87d57
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Jun 2016 13:52:08 +0000 (9 16:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Jun 2016 13:52:08 +0000 (9 16:52 +0300)
tree83147c9a43b4eede274fea481093e55e66fcb7d3
parentfabb558250fca14a2684357a95225241253cdfda
Fix copying text properties by 'format'

* src/editfns.c (styled_format): Fix copying text properties from
the format specification to the produced string representation.
(Bug#23730)
(Fformat) Doc fix.

* doc/lispref/strings.texi (Formatting Strings): Document that
text properties from the format specifiers are also copied to the
produced string.
doc/lispref/strings.texi
src/editfns.c