diff options
| author | Juri Linkov | 2011-12-23 00:32:46 +0200 |
|---|---|---|
| committer | Juri Linkov | 2011-12-23 00:32:46 +0200 |
| commit | 1c4757d6962cf08eb30cc7675557ff38507f58a8 (patch) | |
| tree | 24d305c5b8d4881aca6aa16e1ce945167d344e03 | |
| parent | 5ccaba1fdb812151ebc7040d14fd3c2aaaba4bca (diff) | |
| download | emacs-1c4757d6962cf08eb30cc7675557ff38507f58a8.tar.gz emacs-1c4757d6962cf08eb30cc7675557ff38507f58a8.zip | |
* progmodes/grep.el (rgrep): Fix docstring.
Fixes: debbugs:10185
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/grep.el | 5 |
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 @@ | |||
| 1 | 2011-12-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185) | ||
| 4 | |||
| 1 | 2011-12-22 Chong Yidong <cyd@gnu.org> | 5 | 2011-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 | |||
| 959 | in the grep output buffer, | 959 | in the grep output buffer, |
| 960 | to go to the lines where grep found matches. | 960 | to go to the lines where grep found matches. |
| 961 | 961 | ||
| 962 | This command shares argument histories with \\[lgrep] and \\[grep-find]." | 962 | This command shares argument histories with \\[lgrep] and \\[grep-find]. |
| 963 | |||
| 964 | When called programmatically and FILES is nil, REGEXP is expected | ||
| 965 | to specify a command to run." | ||
| 963 | (interactive | 966 | (interactive |
| 964 | (progn | 967 | (progn |
| 965 | (grep-compute-defaults) | 968 | (grep-compute-defaults) |