* progmodes/grep.el (rgrep): Fix docstring.
authorJuri Linkov <juri@jurta.org>
Thu, 22 Dec 2011 22:32:46 +0000 (00:32 +0200)
committerJuri Linkov <juri@jurta.org>
Thu, 22 Dec 2011 22:32:46 +0000 (00:32 +0200)
Fixes: debbugs:10185

lisp/ChangeLog
lisp/progmodes/grep.el

index 0ecab2b..2967979 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-22  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
+
 2011-12-22  Chong Yidong  <cyd@gnu.org>
 
        * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
index b379ce6..38b17a9 100644 (file)
@@ -959,7 +959,10 @@ can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-err
 in the grep output buffer,
 to go to the lines where grep found matches.
 
-This command shares argument histories with \\[lgrep] and \\[grep-find]."
+This command shares argument histories with \\[lgrep] and \\[grep-find].
+
+When called programmatically and FILES is nil, REGEXP is expected
+to specify a command to run."
   (interactive
    (progn
      (grep-compute-defaults)