Variable: ediff-use-long-help-message

ediff-use-long-help-message is a customizable variable defined in ediff-help.el.gz.

Value

nil

Documentation

If t, Ediff displays a long help message. Short help message otherwise.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-help.el.gz
(defcustom ediff-use-long-help-message nil
  "If t, Ediff displays a long help message.  Short help message otherwise."
  :type 'boolean
  :group 'ediff-window)