Variable: ediff-long-help-message-tail

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

Value

"=====================|===========================|=============================\n    R -show registry |     = -compare regions    |  M   -show session group\n    D -diff output   |     E -browse Ediff manual|  G   -send bug report\n    i -status info   |     ? -help off           |  z/q -suspend/quit\n-------------------------------------------------------------------------------\nFor help on a specific command:  Click Button 2 over it; or\n                                   Put the cursor over it and type RET."

Documentation

The tail of the full-help message.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-help.el.gz
(defconst ediff-long-help-message-tail
  "=====================|===========================|=============================
    R -show registry |     = -compare regions    |  M   -show session group
    D -diff output   |     E -browse Ediff manual|  G   -send bug report
    i -status info   |     ? -help off           |  z/q -suspend/quit
-------------------------------------------------------------------------------
For help on a specific command:  Click Button 2 over it; or
                                 Put the cursor over it and type RET."
  "The tail of the full-help message.")