]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Update subnode menu.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Aug 2005 08:45:50 +0000 (08:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Aug 2005 08:45:50 +0000 (08:45 +0000)
lispref/ChangeLog
lispref/elisp.texi

index 2fac699d598035b931b9fea5635e00ae1bbb6f18..cc5384fdf0891f13dd97f04f59c97f00d0a4c0c9 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Update subnode menu.
+
+       * searching.texi (Searching and Matching): Move node.
+       Rearrange contents and add overall explanation.
+       (Searching and Case): Move node.
+       (Searching and Matching): Update menu.
+
 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
 
        * os.texi (Startup Summary): Fix the description of the initial
index 8c99ee6acaaf76e35025e5203e58984119037f75..726636fc71ac0273e8c0f46516e3602bc3bea43f 100644 (file)
@@ -912,13 +912,13 @@ Non-ASCII Characters
 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