From: Richard M. Stallman Date: Mon, 29 Aug 2005 08:45:50 +0000 (+0000) Subject: (Top): Update subnode menu. X-Git-Tag: emacs-pretest-22.0.90~7403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6292971356c91a500a5d7eea36466838418e0bc5;p=emacs.git (Top): Update subnode menu. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2fac699d598..cc5384fdf08 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,12 @@ +2005-08-29 Richard M. Stallman + + * 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 * os.texi (Startup Summary): Fix the description of the initial diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 8c99ee6acaa..726636fc71a 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -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