diff options
| author | Lars Ingebrigtsen | 2014-02-09 22:44:49 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-09 22:44:49 -0800 |
| commit | 3ab49e2cb045fbcf903b50dceebec165c2c5b7bd (patch) | |
| tree | bb1be98949aff162f28190dbf06165efe418dea1 /lisp/progmodes | |
| parent | f3c602419225001790b4a9b4196b89ab83b3a965 (diff) | |
| download | emacs-3ab49e2cb045fbcf903b50dceebec165c2c5b7bd.tar.gz emacs-3ab49e2cb045fbcf903b50dceebec165c2c5b7bd.zip | |
* progmodes/grep.el (find-program): Doc fix.
Fixes: debbugs:14289
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/grep.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 05b19b8339f..3c7f936446f 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -423,8 +423,9 @@ This variable's value takes effect when `grep-compute-defaults' is called.") | |||
| 423 | 423 | ||
| 424 | ;;;###autoload | 424 | ;;;###autoload |
| 425 | (defvar find-program (purecopy "find") | 425 | (defvar find-program (purecopy "find") |
| 426 | "The default find program for `grep-find-command'. | 426 | "The default find program. |
| 427 | This variable's value takes effect when `grep-compute-defaults' is called.") | 427 | This is used by commands like `grep-find-command', `find-dired' |
| 428 | and others.") | ||
| 428 | 429 | ||
| 429 | ;;;###autoload | 430 | ;;;###autoload |
| 430 | (defvar xargs-program (purecopy "xargs") | 431 | (defvar xargs-program (purecopy "xargs") |