Mercurial > emacs
changeset 60455:bcfd1cdd9390
(Formatting Strings): Get rid of "Emacs 21".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Mar 2005 18:24:53 +0000 |
parents | 7f3f022eec49 |
children | eb2d0b0b8817 |
files | lispref/strings.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/strings.texi Sun Mar 06 18:24:12 2005 +0000 +++ b/lispref/strings.texi Sun Mar 06 18:24:53 2005 +0000 @@ -691,8 +691,8 @@ 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 @@ 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.