changeset 65183:36922dc86799

(Top): Update subnode menu.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Aug 2005 08:45:14 +0000
parents 54da3e88d8f6
children 0d49dee04fb0
files lispref/elisp.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/elisp.texi	Mon Aug 29 08:44:20 2005 +0000
+++ b/lispref/elisp.texi	Mon Aug 29 08:45:14 2005 +0000
@@ -912,13 +912,13 @@
 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.
-* 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.
+* 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