Variable: ediff-help-message

ediff-help-message is a buffer-local variable defined in ediff-help.el.gz.

Documentation

The actual help message.

Normally, the user shouldn't touch this. However, if you want Ediff to start up with different help messages for different jobs, you can change the value of this variable and the variables ediff-help-message-* in ediff-startup-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-help.el.gz
(ediff-defvar-local ediff-help-message ""
  "The actual help message.
Normally, the user shouldn't touch this.  However, if you want Ediff to
start up with different help messages for different jobs, you can change
the value of this variable and the variables `ediff-help-message-*' in
`ediff-startup-hook'.")