diff options
| author | Eli Zaretskii | 2019-10-12 09:52:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-12 09:52:03 +0300 |
| commit | 933c0bb96e7b157b551665dfd02141d1cd860771 (patch) | |
| tree | 52720599763593c76fd16ece6a8ebec352e202f2 | |
| parent | 32c500df99deb88cace9be53dde0dfa0f50304f3 (diff) | |
| download | emacs-933c0bb96e7b157b551665dfd02141d1cd860771.tar.gz emacs-933c0bb96e7b157b551665dfd02141d1cd860771.zip | |
; * lisp/progmodes/grep.el (lgrep, rgrep, zrgrep): Fix doc wording.
| -rw-r--r-- | lisp/progmodes/grep.el | 6 |
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 | ||
| 1073 | This command shares argument histories with \\[rgrep] and \\[grep]. | 1073 | This command shares argument histories with \\[rgrep] and \\[grep]. |
| 1074 | 1074 | ||
| 1075 | If CONFIRM, the user will be given an opportunity to edit the | 1075 | If CONFIRM is non-nil, the user will be given an opportunity to edit the |
| 1076 | command before it's run." | 1076 | command 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]. | |||
| 1160 | When called programmatically and FILES is nil, REGEXP is expected | 1160 | When called programmatically and FILES is nil, REGEXP is expected |
| 1161 | to specify a command to run. | 1161 | to specify a command to run. |
| 1162 | 1162 | ||
| 1163 | If CONFIRM, the user will be given an opportunity to edit the | 1163 | If CONFIRM is non-nil, the user will be given an opportunity to edit the |
| 1164 | command before it's run." | 1164 | command before it's run." |
| 1165 | (interactive | 1165 | (interactive |
| 1166 | (progn | 1166 | (progn |
| @@ -1275,7 +1275,7 @@ command before it's run." | |||
| 1275 | Like `rgrep' but uses `zgrep' for `grep-program', sets the default | 1275 | Like `rgrep' but uses `zgrep' for `grep-program', sets the default |
| 1276 | file name to `*.gz', and sets `grep-highlight-matches' to `always'. | 1276 | file name to `*.gz', and sets `grep-highlight-matches' to `always'. |
| 1277 | 1277 | ||
| 1278 | If CONFIRM, the user will be given an opportunity to edit the | 1278 | If CONFIRM is non-nil, the user will be given an opportunity to edit the |
| 1279 | command before it's run." | 1279 | command before it's run." |
| 1280 | (interactive | 1280 | (interactive |
| 1281 | (progn | 1281 | (progn |