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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to