summaryrefslogtreecommitdiff
path: root/lisp/progmodes/grep.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-10-12 09:52:03 +0300
committerEli Zaretskii <eliz@gnu.org>2019-10-12 09:52:03 +0300
commit933c0bb96e7b157b551665dfd02141d1cd860771 (patch)
tree52720599763593c76fd16ece6a8ebec352e202f2 /lisp/progmodes/grep.el
parent32c500df99deb88cace9be53dde0dfa0f50304f3 (diff)
downloademacs-933c0bb96e7b157b551665dfd02141d1cd860771.tar.gz
; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r--lisp/progmodes/grep.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index cc1d44ee9e0..6675e7f554b 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