Variable: ediff-long-help-message-head

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

Value

"    Move around      |      Toggle features      |        Manipulate\n=====================|===========================|============================="

Documentation

The head of the full help message.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-help.el.gz
;; Help messages

(defconst ediff-long-help-message-head
  "    Move around      |      Toggle features      |        Manipulate
=====================|===========================|============================="
  "The head of the full help message.")