mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 03:47:34 +00:00
* progmodes/grep.el (find-program): Doc fix.
Fixes: debbugs:14289
This commit is contained in:
parent
f3c6024192
commit
3ab49e2cb0
2 changed files with 5 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue