Mercurial > emacs
changeset 72282:296fad9dbeb0
(Formatting Strings) Resurrect erroneously removed line.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 05 Aug 2006 09:49:01 +0000 |
parents | 3cee27d1e987 |
children | a434e864f122 |
files | lispref/strings.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/strings.texi Sat Aug 05 04:42:57 2006 +0000 +++ b/lispref/strings.texi Sat Aug 05 09:49:01 2006 +0000 @@ -700,7 +700,8 @@ arguments @var{objects} are the computed values to be formatted. The characters in @var{string}, other than the format specifications, -are copied directly into the output; if they have text properties, +are copied directly into the output, including their text properties, +if any. @end defun @cindex @samp{%} in format