diff options
| -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 | ||