X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9b19858ed7a0fbd27702f9ba616f3307c97f910c..818226ac7eafb08656e40657c51b87ddcddfe0a5:/lisp/progmodes/grep.el diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index a871380d06..5b678f2617 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.