From 6e7c574fd8d71502741d36a2156fa39923b9ee88 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 8 May 2006 10:26:30 +0000 Subject: [PATCH] (lgrep, rgrep): Doc fixes. --- lisp/progmodes/grep.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 403ea40c83..301ae3dca5 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -639,9 +639,9 @@ The search is limited to file names matching shell pattern FILES. FILES may use abbreviations defined in `grep-files-aliases', e.g. entering `ch' is equivalent to `*.[ch]'. -With \\[universal-argument] prefix, allow user to edit the constructed -shell command line before it is executed. -With two \\[universal-argument] prefixes, edit and run grep shell command. +With \\[universal-argument] prefix, you can edit the constructed shell command line +before it is executed. +With two \\[universal-argument] prefixes, directly edit and run `grep-command'. Collect output in a buffer. While grep runs asynchronously, you can use \\[next-error] (M-x next-error), or \\\\[compile-goto-error] @@ -687,14 +687,14 @@ This command shares argument histories with \\[rgrep] and \\[grep]." ;;;###autoload (defun rgrep (regexp &optional files dir) - "Recusively grep for REGEXP in FILES in directory tree rooted at DIR. + "Recursively grep for REGEXP in FILES in directory tree rooted at DIR. The search is limited to file names matching shell pattern FILES. FILES may use abbreviations defined in `grep-files-aliases', e.g. entering `ch' is equivalent to `*.[ch]'. -With \\[universal-argument] prefix, allow user to edit the constructed -shell command line before it is executed. -With two \\[universal-argument] prefixes, edit and run grep-find shell command. +With \\[universal-argument] prefix, you can edit the constructed shell command line +before it is executed. +With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'. Collect output in a buffer. While find runs asynchronously, you can use \\[next-error] (M-x next-error), or \\\\[compile-goto-error] -- 2.39.2