From: Richard M. Stallman Date: Sun, 6 Mar 2005 18:24:53 +0000 (+0000) Subject: (Formatting Strings): Get rid of "Emacs 21". X-Git-Tag: ttn-vms-21-2-B4~1935 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a546cd47a4293ef39f2830a6a98e0ce15b101f89;p=emacs.git (Formatting Strings): Get rid of "Emacs 21". --- diff --git a/lispref/strings.texi b/lispref/strings.texi index cca19ffbe92..30802709311 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -691,8 +691,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; 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 @@ made without quoting (that is, using @code{princ}, not 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.