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, 17 Apr 2005 11:44:33 -0400

Index: emacs/lispref/strings.texi
diff -c emacs/lispref/strings.texi:1.37 emacs/lispref/strings.texi:1.38
*** emacs/lispref/strings.texi:1.37     Sun Mar  6 18:24:53 2005
--- emacs/lispref/strings.texi  Sun Apr 17 15:44:33 2005
***************
*** 74,83 ****
  and other modifiers for keyboard input characters.
  
    Strings are useful for holding regular expressions.  You can also
! match regular expressions against strings (@pxref{Regexp Search}).  The
! functions @code{match-string} (@pxref{Simple Match Data}) and
! @code{replace-match} (@pxref{Replacing Match}) are useful for
! decomposing and modifying strings based on regular expression matching.
  
    Like a buffer, a string can contain text properties for the characters
  in it, as well as the characters themselves.  @xref{Text Properties}.
--- 74,84 ----
  and other modifiers for keyboard input characters.
  
    Strings are useful for holding regular expressions.  You can also
! match regular expressions against strings with @code{string-match}
! (@pxref{Regexp Search}).  The functions @code{match-string}
! (@pxref{Simple Match Data}) and @code{replace-match} (@pxref{Replacing
! Match}) are useful for decomposing and modifying strings after
! matching regular expressions against them.
  
    Like a buffer, a string can contain text properties for the characters
  in it, as well as the characters themselves.  @xref{Text Properties}.




reply via email to

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