aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-09 22:44:49 -0800
committerLars Ingebrigtsen2014-02-09 22:44:49 -0800
commit3ab49e2cb045fbcf903b50dceebec165c2c5b7bd (patch)
treebb1be98949aff162f28190dbf06165efe418dea1 /lisp/progmodes
parentf3c602419225001790b4a9b4196b89ab83b3a965 (diff)
downloademacs-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.el5
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.
427This variable's value takes effect when `grep-compute-defaults' is called.") 427This is used by commands like `grep-find-command', `find-dired'
428and others.")
428 429
429;;;###autoload 430;;;###autoload
430(defvar xargs-program (purecopy "xargs") 431(defvar xargs-program (purecopy "xargs")