Variable: ediff-control-frame-upward-shift
ediff-control-frame-upward-shift is a customizable variable defined in
ediff-wind.el.gz.
Value
42
Documentation
The upward shift of control frame from the top of buffer A's frame.
Measured in pixels.
This is used by the default control frame positioning function,
ediff-make-frame-position. This variable is provided for easy
customization of the default control frame positioning.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-wind.el.gz
(defcustom ediff-control-frame-upward-shift 42
"The upward shift of control frame from the top of buffer A's frame.
Measured in pixels.
This is used by the default control frame positioning function,
`ediff-make-frame-position'. This variable is provided for easy
customization of the default control frame positioning."
:type 'integer)