Variable: cycle-spacing--context

cycle-spacing--context is a variable defined in simple.el.gz.

Value

nil

Documentation

Store context used in consecutive calls to cycle-spacing command.

The first time cycle-spacing runs, it saves in this variable: its N argument, the original point position, and the original spacing around point.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar cycle-spacing--context nil
  "Store context used in consecutive calls to `cycle-spacing' command.
The first time `cycle-spacing' runs, it saves in this variable:
its N argument, the original point position, and the original spacing
around point.")