Variable: compare-windows-recenter
compare-windows-recenter is a customizable variable defined in
compare-w.el.gz.
Value
nil
Documentation
List of two values, each of which is used as argument of
function recenter called in each of two windows to place
matching points side-by-side.
The value (-1 0) is useful if windows are split vertically,
and the value ((4) (4)) for horizontally split windows.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/compare-w.el.gz
(defcustom compare-windows-recenter nil
"List of two values, each of which is used as argument of
function `recenter' called in each of two windows to place
matching points side-by-side.
The value `(-1 0)' is useful if windows are split vertically,
and the value `((4) (4))' for horizontally split windows."
:type '(list sexp sexp)
:version "22.1")