aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/strings.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-03-06 18:24:53 +0000
committerRichard M. Stallman <[email protected]>2005-03-06 18:24:53 +0000
commita546cd47a4293ef39f2830a6a98e0ce15b101f89 (patch)
treec2306925c6c7c1941224eacfae2b7bc165aecc82 /lispref/strings.texi
parentb5881fef1041425a93a6f4a55e675d40f5401cb4 (diff)
(Formatting Strings): Get rid of "Emacs 21".
Diffstat (limited to 'lispref/strings.texi')
-rw-r--r--lispref/strings.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi
index cca19ffbe9..3080270931 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.