Variable: recenter-last-op

recenter-last-op is a variable defined in window.el.gz.

Value

nil

Documentation

Indicates the last recenter operation performed.

Possible values: top, middle, bottom, integer or float numbers. It can also be nil, which means the first value in recenter-positions.

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
(defvar recenter-last-op nil
  "Indicates the last recenter operation performed.
Possible values: `top', `middle', `bottom', integer or float numbers.
It can also be nil, which means the first value in `recenter-positions'.")