# HG changeset patch # User Richard M. Stallman # Date 1110133493 0 # Node ID bcfd1cdd93908151a755318178d969de8f4f937c # Parent 7f3f022eec49e6f29545efac2da5437f4f53df50 (Formatting Strings): Get rid of "Emacs 21". diff -r 7f3f022eec49 -r bcfd1cdd9390 lispref/strings.texi --- a/lispref/strings.texi Sun Mar 06 18:24:12 2005 +0000 +++ b/lispref/strings.texi Sun Mar 06 18:24:53 2005 +0000 @@ -691,8 +691,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; starting in Emacs 21, if they have -text properties, these are copied into the output also. +are copied directly into the output; if they have text properties, +these are copied into the output also. @end defun @cindex @samp{%} in format @@ -732,7 +732,7 @@ by their contents alone, with no @samp{"} characters, and symbols appear without @samp{\} characters. -Starting in Emacs 21, if the object is a string, its text properties are +If the object is a string, its text properties are copied into the output. The text properties of the @samp{%s} itself are also copied, but those of the object take priority.