diff options
author | Dave Love <fx@gnu.org> | 2000-03-31 17:13:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-03-31 17:13:44 +0000 |
commit | ba075df539edcb7dd3bcd6db4478ee212e76debb (patch) | |
tree | 525395b86845fd915946b44c9db39724b227de77 /man/search.texi | |
parent | 5960adc712fd346b842e9d3759b4c583a994f10b (diff) | |
download | emacs-ba075df539edcb7dd3bcd6db4478ee212e76debb.tar.gz |
(Other Repeating Search): Mention tags-based search.
Diffstat (limited to 'man/search.texi')
-rw-r--r-- | man/search.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/search.texi b/man/search.texi index e53d501d00c..d96520fe168 100644 --- a/man/search.texi +++ b/man/search.texi @@ -988,6 +988,9 @@ Delete each line that follows point and @emph{does not} contain a match for @var{regexp}. @end table + Searching and replacing can be performed under the control of tags +files (@pxref{Tags Search}) and Dired (@pxref{Operating on Files}). + In addition, you can use @code{grep} from Emacs to search a collection of files for matches for a regular expression, then visit the matches either sequentially or in arbitrary order. @xref{Grep Searching}. |