Mercurial > emacs
changeset 64950:eed6291cbc92
(Dired and Find): Replace grep xref to `Compilation' node
with `Grep Searching'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 14 Aug 2005 08:07:20 +0000 |
parents | 28c8ccee6671 |
children | 74a593bdd0a2 |
files | man/dired.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/dired.texi Sun Aug 14 08:06:03 2005 +0000 +++ b/man/dired.texi Sun Aug 14 08:07:20 2005 +0000 @@ -1075,7 +1075,7 @@ 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}.)