]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2019 06:52:03 +0000 (09:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Oct 2019 06:52:03 +0000 (09:52 +0300)
lisp/progmodes/grep.el

index cc1d44ee9e0caa97c1c3f8bf71780880760b4e77..6675e7f554bbd6db475fb76bad89cc48726f0ad6 100644 (file)
@@ -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