Variable: ediff-wide-control-frame-rightward-shift

ediff-wide-control-frame-rightward-shift is a customizable variable defined in ediff-wind.el.gz.

Value

7

Documentation

The rightward shift of control frame from the left edge of buf A's frame.

Measured in characters. This is used by the default control frame positioning function, ediff-make-frame-position to adjust the position of the control frame when it shows the full menu. This variable is provided for easy customization of the default.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-wind.el.gz
(defcustom ediff-wide-control-frame-rightward-shift 7
  "The rightward shift of control frame from the left edge of buf A's frame.
Measured in characters.
This is used by the default control frame positioning function,
`ediff-make-frame-position' to adjust the position of the control frame
when it shows the full menu.  This variable is provided for easy
customization of the default."
  :type 'integer)