# HG changeset patch # User Kim F. Storm # Date 1147083990 0 # Node ID 0c5d2102f71abb158bfbbdcb3317a0c1347dd03c # Parent 834d39573b855e71b1226d014f937f7059fcf691 (lgrep, rgrep): Doc fixes. diff -r 834d39573b85 -r 0c5d2102f71a lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Mon May 08 10:26:13 2006 +0000 +++ b/lisp/progmodes/grep.el Mon May 08 10:26:30 2006 +0000 @@ -639,9 +639,9 @@ FILES may use abbreviations defined in `grep-files-aliases', e.g. entering `ch' is equivalent to `*.[ch]'. -With \\[universal-argument] prefix, allow user to edit the constructed -shell command line before it is executed. -With two \\[universal-argument] prefixes, edit and run grep shell command. +With \\[universal-argument] prefix, you can edit the constructed shell command line +before it is executed. +With two \\[universal-argument] prefixes, directly edit and run `grep-command'. Collect output in a buffer. While grep runs asynchronously, you can use \\[next-error] (M-x next-error), or \\\\[compile-goto-error] @@ -687,14 +687,14 @@ ;;;###autoload (defun rgrep (regexp &optional files dir) - "Recusively grep for REGEXP in FILES in directory tree rooted at DIR. + "Recursively grep for REGEXP in FILES in directory tree rooted at DIR. The search is limited to file names matching shell pattern FILES. FILES may use abbreviations defined in `grep-files-aliases', e.g. entering `ch' is equivalent to `*.[ch]'. -With \\[universal-argument] prefix, allow user to edit the constructed -shell command line before it is executed. -With two \\[universal-argument] prefixes, edit and run grep-find shell command. +With \\[universal-argument] prefix, you can edit the constructed shell command line +before it is executed. +With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'. Collect output in a buffer. While find runs asynchronously, you can use \\[next-error] (M-x next-error), or \\\\[compile-goto-error]