From a1ebfe34232143515306a0559066944761098f3e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 5 Aug 2006 09:49:01 +0000 Subject: [PATCH] (Formatting Strings) Resurrect erroneously removed line. --- lispref/strings.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/strings.texi b/lispref/strings.texi index 12abc38ee0..17a62b546b 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -700,7 +700,8 @@ in the copy with encodings of the corresponding @var{objects}. The 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 -- 2.20.1