diff options
| author | Eli Zaretskii | 2020-08-22 18:57:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-08-22 18:57:57 +0300 |
| commit | 83ade9e4e2d8f9bd5b7cfc35faa1d23d2487974f (patch) | |
| tree | 04ce17d2939b425bbdd3de6709d84634073358bf | |
| parent | 4102fe1e91e46fb2fde9ac2f8d279a942d0a6e6f (diff) | |
| download | emacs-83ade9e4e2d8f9bd5b7cfc35faa1d23d2487974f.tar.gz emacs-83ade9e4e2d8f9bd5b7cfc35faa1d23d2487974f.zip | |
; * lisp/progmodes/grep.el (grep-find-command): Fix typos.
| -rw-r--r-- | lisp/progmodes/grep.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 287f43d358c..c71a90344ff 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -170,9 +170,9 @@ In interactive usage, the actual value of this variable is set up | |||
| 170 | by `grep-compute-defaults'; to change the default value, use | 170 | by `grep-compute-defaults'; to change the default value, use |
| 171 | \\[customize] or call the function `grep-apply-setting'. | 171 | \\[customize] or call the function `grep-apply-setting'. |
| 172 | 172 | ||
| 173 | This variable can either be a string, or a cons on the | 173 | This variable can either be a string, or a cons of the |
| 174 | form (COMMAND . POSITION). In the latter case, COMMAND will be | 174 | form (COMMAND . POSITION). In the latter case, COMMAND will be |
| 175 | used as the default command, and point will be placed on POSITION | 175 | used as the default command, and point will be placed at POSITION |
| 176 | for easier editing." | 176 | for easier editing." |
| 177 | :type '(choice string | 177 | :type '(choice string |
| 178 | (cons string integer) | 178 | (cons string integer) |