comparison lisp/progmodes/grep.el @ 75803:81c369551691

(grep): Mention lgrep and rgrep in the docstring.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 12 Feb 2007 06:44:47 +0000
parents e3694f1cb928
children 9ba96fd63815 52a7f3f50b89
comparison
equal deleted inserted replaced
75802:3936e0dfa3fc 75803:81c369551691
529 While grep runs asynchronously, you can use \\[next-error] (M-x next-error), 529 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
530 or \\<grep-mode-map>\\[compile-goto-error] in the grep \ 530 or \\<grep-mode-map>\\[compile-goto-error] in the grep \
531 output buffer, to go to the lines 531 output buffer, to go to the lines
532 where grep found matches. 532 where grep found matches.
533 533
534 For doing a recursive `grep', see the `rgrep' command. For running
535 `grep' in the current directory see `lgrep'.
536
534 This command uses a special history list for its COMMAND-ARGS, so you can 537 This command uses a special history list for its COMMAND-ARGS, so you can
535 easily repeat a grep command. 538 easily repeat a grep command.
536 539
537 A prefix argument says to default the argument based upon the current 540 A prefix argument says to default the argument based upon the current
538 tag the cursor is over, substituting it into the last grep command 541 tag the cursor is over, substituting it into the last grep command