Variable: ediff-diff-program

ediff-diff-program is a customizable variable defined in ediff-diff.el.gz.

Value

"diff"

Documentation

Program to use for generating the differential of the two files.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
(defcustom ediff-diff-program "diff"
  "Program to use for generating the differential of the two files."
  :type 'string)