aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-03-31 17:13:44 +0000
committerDave Love <[email protected]>2000-03-31 17:13:44 +0000
commitba075df539edcb7dd3bcd6db4478ee212e76debb (patch)
tree525395b86845fd915946b44c9db39724b227de77
parent5960adc712fd346b842e9d3759b4c583a994f10b (diff)
(Other Repeating Search): Mention tags-based search.
-rw-r--r--man/search.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/search.texi b/man/search.texi
index e53d501d00..d96520fe16 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}.