diff options
| author | Richard M. Stallman | 2005-03-06 18:24:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 18:24:53 +0000 |
| commit | a546cd47a4293ef39f2830a6a98e0ce15b101f89 (patch) | |
| tree | c2306925c6c7c1941224eacfae2b7bc165aecc82 | |
| parent | b5881fef1041425a93a6f4a55e675d40f5401cb4 (diff) | |
| download | emacs-a546cd47a4293ef39f2830a6a98e0ce15b101f89.tar.gz emacs-a546cd47a4293ef39f2830a6a98e0ce15b101f89.zip | |
(Formatting Strings): Get rid of "Emacs 21".
| -rw-r--r-- | lispref/strings.texi | 6 |
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 | |||
| 691 | arguments @var{objects} are the computed values to be formatted. | 691 | arguments @var{objects} are the computed values to be formatted. |
| 692 | 692 | ||
| 693 | The characters in @var{string}, other than the format specifications, | 693 | The characters in @var{string}, other than the format specifications, |
| 694 | are copied directly into the output; starting in Emacs 21, if they have | 694 | are copied directly into the output; if they have text properties, |
| 695 | text properties, these are copied into the output also. | 695 | these 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 | |||
| 732 | by their contents alone, with no @samp{"} characters, and symbols appear | 732 | by their contents alone, with no @samp{"} characters, and symbols appear |
| 733 | without @samp{\} characters. | 733 | without @samp{\} characters. |
| 734 | 734 | ||
| 735 | Starting in Emacs 21, if the object is a string, its text properties are | 735 | If the object is a string, its text properties are |
| 736 | copied into the output. The text properties of the @samp{%s} itself | 736 | copied into the output. The text properties of the @samp{%s} itself |
| 737 | are also copied, but those of the object take priority. | 737 | are also copied, but those of the object take priority. |
| 738 | 738 | ||