summaryrefslogtreecommitdiff
path: root/man/dired.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-08-14 08:07:20 +0000
committerJuri Linkov <juri@jurta.org>2005-08-14 08:07:20 +0000
commit6ac064d6f5792f09b0099a38dd87488989468216 (patch)
tree317105d6d821c19fa79f9329c39611354af6cdae /man/dired.texi
parentb00d98ed87c67b0aa304deeed1392cc003e121c2 (diff)
downloademacs-6ac064d6f5792f09b0099a38dd87488989468216.tar.gz
(Dired and Find): Replace grep xref to `Compilation' node
with `Grep Searching'.
Diffstat (limited to 'man/dired.texi')
-rw-r--r--man/dired.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/dired.texi b/man/dired.texi
index 7b224d74065..051c735f996 100644
--- a/man/dired.texi
+++ b/man/dired.texi
@@ -1075,7 +1075,7 @@ use @kbd{M-x find-grep-dired}. This command reads two minibuffer
arguments, @var{directory} and @var{regexp}; it chooses all the files in
@var{directory} or its subdirectories that contain a match for
@var{regexp}. It works by running the programs @code{find} and
-@code{grep}. See also @kbd{M-x grep-find}, in @ref{Compilation}.
+@code{grep}. See also @kbd{M-x grep-find}, in @ref{Grep Searching}.
Remember to write the regular expression for @code{grep}, not for Emacs.
(An alternative method of showing files whose contents match a given
regexp is the @kbd{% g @var{regexp}} command, see @ref{Marks vs Flags}.)