emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/elisp.texi
Date: Mon, 29 Aug 2005 04:45:14 -0400

Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.66 emacs/lispref/elisp.texi:1.67
*** emacs/lispref/elisp.texi:1.66       Thu Aug 11 19:59:29 2005
--- emacs/lispref/elisp.texi    Mon Aug 29 08:45:14 2005
***************
*** 912,924 ****
  Searching and Matching
  
  * String Search::           Search for an exact match.
  * Regular Expressions::     Describing classes of strings.
  * Regexp Search::           Searching for a match for a regexp.
  * POSIX Regexps::           Searching POSIX-style for the longest match.
! * Search and Replace::            Internals of @code{query-replace}.
! * Match Data::              Finding out which part of the text matched
!                               various parts of a regexp, after regexp search.
! * Searching and Case::      Case-independent or case-significant searching.
  * Standard Regexps::        Useful regexps for finding sentences, pages,...
  
  Regular Expressions
--- 912,924 ----
  Searching and Matching
  
  * String Search::           Search for an exact match.
+ * Searching and Case::      Case-independent or case-significant searching.
  * Regular Expressions::     Describing classes of strings.
  * Regexp Search::           Searching for a match for a regexp.
  * POSIX Regexps::           Searching POSIX-style for the longest match.
! * Match Data::              Finding out which part of the text matched,
!                               after a string or regexp search.
! * Search and Replace::            Commands that loop, searching and replacing.
  * Standard Regexps::        Useful regexps for finding sentences, pages,...
  
  Regular Expressions




reply via email to

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