aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
1072 1072
1073This command shares argument histories with \\[rgrep] and \\[grep]. 1073This command shares argument histories with \\[rgrep] and \\[grep].
1074 1074
1075If CONFIRM, the user will be given an opportunity to edit the 1075If CONFIRM is non-nil, the user will be given an opportunity to edit the
1076command before it's run." 1076command before it's run."
1077 (interactive 1077 (interactive
1078 (progn 1078 (progn
@@ -1160,7 +1160,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find].
1160When called programmatically and FILES is nil, REGEXP is expected 1160When called programmatically and FILES is nil, REGEXP is expected
1161to specify a command to run. 1161to specify a command to run.
1162 1162
1163If CONFIRM, the user will be given an opportunity to edit the 1163If CONFIRM is non-nil, the user will be given an opportunity to edit the
1164command before it's run." 1164command before it's run."
1165 (interactive 1165 (interactive
1166 (progn 1166 (progn
@@ -1275,7 +1275,7 @@ command before it's run."
1275Like `rgrep' but uses `zgrep' for `grep-program', sets the default 1275Like `rgrep' but uses `zgrep' for `grep-program', sets the default
1276file name to `*.gz', and sets `grep-highlight-matches' to `always'. 1276file name to `*.gz', and sets `grep-highlight-matches' to `always'.
1277 1277
1278If CONFIRM, the user will be given an opportunity to edit the 1278If CONFIRM is non-nil, the user will be given an opportunity to edit the
1279command before it's run." 1279command before it's run."
1280 (interactive 1280 (interactive
1281 (progn 1281 (progn