diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-29 08:45:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-29 08:45:50 +0000 |
commit | 6292971356c91a500a5d7eea36466838418e0bc5 (patch) | |
tree | 05b17a2d65745fb4eb04810f71f5a62ef4e28128 /lispref | |
parent | 99543e8b33e5914918a8caa9b1c5b5cf5400c57b (diff) | |
download | emacs-6292971356c91a500a5d7eea36466838418e0bc5.tar.gz |
(Top): Update subnode menu.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 9 | ||||
-rw-r--r-- | lispref/elisp.texi | 8 |
2 files changed, 13 insertions, 4 deletions
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 <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 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 |