From: Lars Ingebrigtsen Date: Mon, 10 Feb 2014 06:44:49 +0000 (-0800) Subject: * progmodes/grep.el (find-program): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ab49e2cb045fbcf903b50dceebec165c2c5b7bd;p=emacs.git * progmodes/grep.el (find-program): Doc fix. Fixes: debbugs:14289 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 285cefe7333..f3c1ae0b36b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-10 Lars Ingebrigtsen + * 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). 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.") ;;;###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")