From c426452f4ca948742cccd00c49cfaa3a3779b23d Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 14 Jul 2004 22:25:09 +0000 Subject: [PATCH] (grep): Doc fix. --- lisp/progmodes/grep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \\\\[compile-goto-error] in the grep \ +or \\\\[compile-goto-error] in the grep \ output buffer, to go to the lines where grep found matches. -- 2.11.4.GIT