emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/strings.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi
Date: Sun, 06 Mar 2005 13:24:53 -0500

Index: emacs/lispref/strings.texi
diff -c emacs/lispref/strings.texi:1.36 emacs/lispref/strings.texi:1.37
*** emacs/lispref/strings.texi:1.36     Sun Feb  6 10:58:01 2005
--- emacs/lispref/strings.texi  Sun Mar  6 18:24:53 2005
***************
*** 691,698 ****
  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.
  @end defun
  
  @cindex @samp{%} in format
--- 691,698 ----
  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; if they have text properties,
! these are copied into the output also.
  @end defun
  
  @cindex @samp{%} in format
***************
*** 732,738 ****
  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
  copied into the output.  The text properties of the @samp{%s} itself
  are also copied, but those of the object take priority.
  
--- 732,738 ----
  by their contents alone, with no @samp{"} characters, and symbols appear
  without @samp{\} characters.
  
! 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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]