mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(grep): Doc fix.
This commit is contained in:
parent
0f74bf4cde
commit
c426452f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue