1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* progmodes/grep.el (rgrep): Fix docstring.

Fixes: debbugs:10185
This commit is contained in:
Juri Linkov 2011-12-23 00:32:46 +02:00
parent 5ccaba1fdb
commit 1c4757d696
2 changed files with 8 additions and 1 deletions

View 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.

View 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)