]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep): Mention lgrep and rgrep in the
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Feb 2007 06:44:47 +0000 (06:44 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Feb 2007 06:44:47 +0000 (06:44 +0000)
docstring.

lisp/ChangeLog
lisp/progmodes/grep.el

index d685e33b92283adc8ee761a37efe550cde5fc3da..dd45dbb2f26e0b234b4c291311497962327113ff 100644 (file)
@@ -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)
index c6928768835b25834c86446c9ffae1883fd1194d..317effca731a6a385ab987128ab6e630e583f29c 100644 (file)
@@ -531,6 +531,9 @@ or \\<grep-mode-map>\\[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.