]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/grep.el (find-program): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 06:44:49 +0000 (22:44 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 06:44:49 +0000 (22:44 -0800)
Fixes: debbugs:14289
lisp/ChangeLog
lisp/progmodes/grep.el

index 285cefe7333a3cf2281ea32a4939d6ae4efd62fd..f3c1ae0b36bbe36ed733db9084143086cc98c70d 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * progmodes/grep.el (find-program): Doc fix (bug#14289).
+
        * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
 
        * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
index 05b19b8339fa2169b2f06decad5a0db65a58490a..3c7f936446fe39be84ff6dccf3f522b89c32c059 100644 (file)
@@ -423,8 +423,9 @@ This variable's value takes effect when `grep-compute-defaults' is called.")
 
 ;;;###autoload
 (defvar find-program (purecopy "find")
-  "The default find program for `grep-find-command'.
-This variable's value takes effect when `grep-compute-defaults' is called.")
+  "The default find program.
+This is used by commands like `grep-find-command', `find-dired'
+and others.")
 
 ;;;###autoload
 (defvar xargs-program (purecopy "xargs")