aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2011-12-23 00:32:46 +0200
committerJuri Linkov2011-12-23 00:32:46 +0200
commit1c4757d6962cf08eb30cc7675557ff38507f58a8 (patch)
tree24d305c5b8d4881aca6aa16e1ce945167d344e03
parent5ccaba1fdb812151ebc7040d14fd3c2aaaba4bca (diff)
downloademacs-1c4757d6962cf08eb30cc7675557ff38507f58a8.tar.gz
emacs-1c4757d6962cf08eb30cc7675557ff38507f58a8.zip
* progmodes/grep.el (rgrep): Fix docstring.
Fixes: debbugs:10185
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/grep.el5
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0ecab2b569c..2967979eff6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-12-22 Juri Linkov <juri@jurta.org>
2
3 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4
12011-12-22 Chong Yidong <cyd@gnu.org> 52011-12-22 Chong Yidong <cyd@gnu.org>
2 6
3 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix. 7 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index b379ce67fd7..38b17a9b1ee 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -959,7 +959,10 @@ can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-err
959in the grep output buffer, 959in the grep output buffer,
960to go to the lines where grep found matches. 960to go to the lines where grep found matches.
961 961
962This command shares argument histories with \\[lgrep] and \\[grep-find]." 962This command shares argument histories with \\[lgrep] and \\[grep-find].
963
964When called programmatically and FILES is nil, REGEXP is expected
965to specify a command to run."
963 (interactive 966 (interactive
964 (progn 967 (progn
965 (grep-compute-defaults) 968 (grep-compute-defaults)