From a546cd47a4293ef39f2830a6a98e0ce15b101f89 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Mar 2005 18:24:53 +0000 Subject: [PATCH] (Formatting Strings): Get rid of "Emacs 21". --- lispref/strings.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.2