From: Dan Nicolaescu Date: Mon, 12 Feb 2007 06:44:47 +0000 (+0000) Subject: (grep): Mention lgrep and rgrep in the X-Git-Tag: emacs-pretest-22.0.94~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=215c3847963904c57789df9362679537d5a52417;p=emacs.git (grep): Mention lgrep and rgrep in the docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d685e33b922..dd45dbb2f26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-02-11 Dan Nicolaescu + + * progmodes/grep.el (grep): Mention lgrep and rgrep in the + docstring. + 2007-02-12 Michael Albinus * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index c6928768835..317effca731 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -531,6 +531,9 @@ or \\\\[compile-goto-error] in the grep \ output buffer, to go to the lines where grep found matches. +For doing a recursive `grep', see the `rgrep' command. For running +`grep' in the current directory see `lgrep'. + This command uses a special history list for its COMMAND-ARGS, so you can easily repeat a grep command.