diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-09-08 12:05:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-09-08 12:05:56 +0000 |
commit | 18280275ee425395e058190e1baa8c64811f673b (patch) | |
tree | 089e7e0cd21cdcf3c31dbd73e531bb8625eac33f | |
parent | e7b90fbea7621b0a5e7e86e534a1d815fe34887a (diff) | |
download | emacs-18280275ee425395e058190e1baa8c64811f673b.tar.gz |
(Search): Ref multi-file search commands here.
(Other Repeating Search): Not here.
-rw-r--r-- | man/search.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/search.texi b/man/search.texi index ac11e58b268..b1ed713715b 100644 --- a/man/search.texi +++ b/man/search.texi @@ -16,7 +16,14 @@ those of other editors. Besides the usual @code{replace-string} command that finds all occurrences of one string and replaces them with another, Emacs has a more flexible replacement command called @code{query-replace}, which -asks interactively which occurrences to replace. +asks interactively which occurrences to replace. There are also +commands to find and operate on all matches for a pattern. + + You can also search multiple files under control of a tags +table (@pxref{Tags Search}) or through the Dired @kbd{A} command +(@pxref{Operating on Files}), or ask the @code{grep} program to do it +(@pxref{Grep Searching}). + @menu * Incremental Search:: Search happens as you type the string. @@ -1332,11 +1339,6 @@ the region (a newline that ends a line counts as part of that line). If a match is split across lines, this command keeps all those lines. @end table - You can also search multiple files under control of a tags table -(@pxref{Tags Search}) or through the Dired @kbd{A} command -(@pxref{Operating on Files}), or ask the @code{grep} program to do it -(@pxref{Grep Searching}). - @ignore arch-tag: fd9d8e77-66af-491c-b212-d80999613e3e @end ignore |