Variable: emerge-diff3-program

emerge-diff3-program is a customizable variable defined in emerge.el.gz.

Value

"diff3"

Documentation

Name of the program which compares three files.

Its arguments are the ancestor file and the two variant files.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
(defcustom emerge-diff3-program "diff3"
  "Name of the program which compares three files.
Its arguments are the ancestor file and the two variant files."
  :type 'string)