Variable: reveal-open-spots

reveal-open-spots is a buffer-local variable defined in reveal.el.gz.

Documentation

List of spots in the buffer which are open.

Each element has the form (WINDOW . OVERLAY).

Source Code

;; Defined in /usr/src/emacs/lisp/reveal.el.gz
(defvar-local reveal-open-spots nil
  "List of spots in the buffer which are open.
Each element has the form (WINDOW . OVERLAY).")