Variable: 2C-autoscroll

2C-autoscroll is a customizable variable defined in two-column.el.gz.

Value

t

Documentation

If non-nil, Emacs attempts to keep the two column's buffers aligned.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/two-column.el.gz
(defcustom 2C-autoscroll t
  "If non-nil, Emacs attempts to keep the two column's buffers aligned."
  :type 'boolean)