aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/search.texi3
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
988for @var{regexp}. 988for @var{regexp}.
989@end table 989@end table
990 990
991 Searching and replacing can be performed under the control of tags
992files (@pxref{Tags Search}) and Dired (@pxref{Operating on Files}).
993
991 In addition, you can use @code{grep} from Emacs to search a collection 994 In addition, you can use @code{grep} from Emacs to search a collection
992of files for matches for a regular expression, then visit the matches 995of files for matches for a regular expression, then visit the matches
993either sequentially or in arbitrary order. @xref{Grep Searching}. 996either sequentially or in arbitrary order. @xref{Grep Searching}.