Mercurial > emacs
changeset 56420:7e766b87637b
(grep): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 14 Jul 2004 22:25:09 +0000 |
parents | 4c43e671e90a |
children | 0ef3adf2dcd7 |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Wed Jul 14 22:17:43 2004 +0000 +++ b/lisp/progmodes/grep.el Wed Jul 14 22:25:09 2004 +0000 @@ -414,7 +414,7 @@ (defun grep (command-args &optional highlight-regexp) "Run grep, with user-specified args, and collect output in a buffer. While grep runs asynchronously, you can use \\[next-error] (M-x next-error), -or \\<grep-minor-mode-map>\\[compile-goto-error] in the grep \ +or \\<grep-mode-map>\\[compile-goto-error] in the grep \ output buffer, to go to the lines where grep found matches.