emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 933c0bb: ; * lisp/progmodes/grep.el (lgrep, rgrep,


From: Eli Zaretskii
Subject: [Emacs-diffs] master 933c0bb: ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.
Date: Sat, 12 Oct 2019 02:52:46 -0400 (EDT)

branch: master
commit 933c0bb96e7b157b551665dfd02141d1cd860771
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.
---
 lisp/progmodes/grep.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index cc1d44e..6675e7f 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -1072,7 +1072,7 @@ to go to the lines where grep found matches.
 
 This command shares argument histories with \\[rgrep] and \\[grep].
 
-If CONFIRM, the user will be given an opportunity to edit the
+If CONFIRM is non-nil, the user will be given an opportunity to edit the
 command before it's run."
   (interactive
    (progn
@@ -1160,7 +1160,7 @@ This command shares argument histories with \\[lgrep] and 
\\[grep-find].
 When called programmatically and FILES is nil, REGEXP is expected
 to specify a command to run.
 
-If CONFIRM, the user will be given an opportunity to edit the
+If CONFIRM is non-nil, the user will be given an opportunity to edit the
 command before it's run."
   (interactive
    (progn
@@ -1275,7 +1275,7 @@ command before it's run."
 Like `rgrep' but uses `zgrep' for `grep-program', sets the default
 file name to `*.gz', and sets `grep-highlight-matches' to `always'.
 
-If CONFIRM, the user will be given an opportunity to edit the
+If CONFIRM is non-nil, the user will be given an opportunity to edit the
 command before it's run."
   (interactive
    (progn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]