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:
parent
5ccaba1fdb
commit
1c4757d696
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user