Variable: find-program

find-program is a variable defined in grep.el.gz.

Value

"find"

Documentation

The default find program.

This is used by commands like grep-find-command, find-dired and others.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/grep.el.gz
;;;###autoload
(defvar find-program "find"
  "The default find program.
This is used by commands like `grep-find-command', `find-dired'
and others.")