aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 18:24:53 +0000
committerRichard M. Stallman2005-03-06 18:24:53 +0000
commita546cd47a4293ef39f2830a6a98e0ce15b101f89 (patch)
treec2306925c6c7c1941224eacfae2b7bc165aecc82
parentb5881fef1041425a93a6f4a55e675d40f5401cb4 (diff)
downloademacs-a546cd47a4293ef39f2830a6a98e0ce15b101f89.tar.gz
emacs-a546cd47a4293ef39f2830a6a98e0ce15b101f89.zip
(Formatting Strings): Get rid of "Emacs 21".
-rw-r--r--lispref/strings.texi6
1 files 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
691arguments @var{objects} are the computed values to be formatted. 691arguments @var{objects} are the computed values to be formatted.
692 692
693The characters in @var{string}, other than the format specifications, 693The characters in @var{string}, other than the format specifications,
694are copied directly into the output; starting in Emacs 21, if they have 694are copied directly into the output; if they have text properties,
695text properties, these are copied into the output also. 695these are copied into the output also.
696@end defun 696@end defun
697 697
698@cindex @samp{%} in format 698@cindex @samp{%} in format
@@ -732,7 +732,7 @@ made without quoting (that is, using @code{princ}, not
732by their contents alone, with no @samp{"} characters, and symbols appear 732by their contents alone, with no @samp{"} characters, and symbols appear
733without @samp{\} characters. 733without @samp{\} characters.
734 734
735Starting in Emacs 21, if the object is a string, its text properties are 735If the object is a string, its text properties are
736copied into the output. The text properties of the @samp{%s} itself 736copied into the output. The text properties of the @samp{%s} itself
737are also copied, but those of the object take priority. 737are also copied, but those of the object take priority.
738 738