Mercurial > emacs
changeset 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 | 3936e0dfa3fc |
children | 86281fc6e431 |
files | lisp/ChangeLog lisp/progmodes/grep.el |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + + * progmodes/grep.el (grep): Mention lgrep and rgrep in the + docstring. + 2007-02-12 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
--- 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.