aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-14 22:25:09 +0000
committerLuc Teirlinck2004-07-14 22:25:09 +0000
commitc426452f4ca948742cccd00c49cfaa3a3779b23d (patch)
tree5aca9678dca97ed5a51c00ce04d84c8a7a82ac2b
parent0f74bf4cde9db30a8bb263ea98b4f7304cd2c86f (diff)
downloademacs-c426452f4ca948742cccd00c49cfaa3a3779b23d.tar.gz
emacs-c426452f4ca948742cccd00c49cfaa3a3779b23d.zip
(grep): Doc fix.
-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'."
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.
416While grep runs asynchronously, you can use \\[next-error] (M-x next-error), 416While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
417or \\<grep-minor-mode-map>\\[compile-goto-error] in the grep \ 417or \\<grep-mode-map>\\[compile-goto-error] in the grep \
418output buffer, to go to the lines 418output buffer, to go to the lines
419where grep found matches. 419where grep found matches.
420 420