# HG changeset patch # User Dan Nicolaescu # Date 1171262687 0 # Node ID 81c369551691ff37bf20e8038391d59a1984906e # Parent 3936e0dfa3fcafab5399a7cd13fcffbbe07d4990 (grep): Mention lgrep and rgrep in the docstring. diff -r 3936e0dfa3fc -r 81c369551691 lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 12 06:19:54 2007 +0000 +++ b/lisp/ChangeLog Mon Feb 12 06:44:47 2007 +0000 @@ -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 -r 3936e0dfa3fc -r 81c369551691 lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Mon Feb 12 06:19:54 2007 +0000 +++ b/lisp/progmodes/grep.el Mon Feb 12 06:44:47 2007 +0000 @@ -531,6 +531,9 @@ 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.