summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-07-14 22:25:09 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-07-14 22:25:09 +0000
commit576fd7f3a8846cf201fe679f89bad0e301ff4504 (patch)
tree425cde1f282ab98ce95c200831770782959d59d2 /lisp/progmodes
parentcef8d157e53278d874244b41e628f825ba6affeb (diff)
downloademacs-576fd7f3a8846cf201fe679f89bad0e301ff4504.tar.gz
(grep): Doc fix.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/grep.el2
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'."
(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.