diff options
| author | Luc Teirlinck | 2004-07-14 22:25:09 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-14 22:25:09 +0000 |
| commit | c426452f4ca948742cccd00c49cfaa3a3779b23d (patch) | |
| tree | 5aca9678dca97ed5a51c00ce04d84c8a7a82ac2b | |
| parent | 0f74bf4cde9db30a8bb263ea98b4f7304cd2c86f (diff) | |
| download | emacs-c426452f4ca948742cccd00c49cfaa3a3779b23d.tar.gz emacs-c426452f4ca948742cccd00c49cfaa3a3779b23d.zip | |
(grep): Doc fix.
| -rw-r--r-- | lisp/progmodes/grep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index a871380d06f..5b678f26171 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -414,7 +414,7 @@ Set up `compilation-exit-message-function' and run `grep-setup-hook'." | |||
| 414 | (defun grep (command-args &optional highlight-regexp) | 414 | (defun grep (command-args &optional highlight-regexp) |
| 415 | "Run grep, with user-specified args, and collect output in a buffer. | 415 | "Run grep, with user-specified args, and collect output in a buffer. |
| 416 | While grep runs asynchronously, you can use \\[next-error] (M-x next-error), | 416 | While grep runs asynchronously, you can use \\[next-error] (M-x next-error), |
| 417 | or \\<grep-minor-mode-map>\\[compile-goto-error] in the grep \ | 417 | or \\<grep-mode-map>\\[compile-goto-error] in the grep \ |
| 418 | output buffer, to go to the lines | 418 | output buffer, to go to the lines |
| 419 | where grep found matches. | 419 | where grep found matches. |
| 420 | 420 | ||