]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 0ecab2b569c0774e3233a7bff49c1c4fd236cade..2967979eff6ff4c94b4219841c1c13db6a26cf8d 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 b379ce67fd75046a904c9639a6e6297720b056ea..38b17a9b1eeeafcc1cff0bffa58de7185c09a230 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)