Variable: xargs-program
xargs-program is a variable defined in grep.el.gz.
Value
"xargs"
Documentation
The default xargs program for grep-find-command.
See grep-find-use-xargs.
This variable's value takes effect when grep-compute-defaults is called.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/grep.el.gz
;;;###autoload
(defvar xargs-program "xargs"
"The default xargs program for `grep-find-command'.
See `grep-find-use-xargs'.
This variable's value takes effect when `grep-compute-defaults' is called.")