From: Eli Zaretskii Date: Sat, 5 Aug 2006 09:49:01 +0000 (+0000) Subject: (Formatting Strings) Resurrect erroneously removed line. X-Git-Tag: emacs-pretest-22.0.90~1102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1ebfe34232143515306a0559066944761098f3e;p=emacs.git (Formatting Strings) Resurrect erroneously removed line. --- diff --git a/lispref/strings.texi b/lispref/strings.texi index 12abc38ee02..17a62b546b4 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