Variable: org-fold-core--spec-list

org-fold-core--spec-list is a buffer-local variable defined in org-fold-core.el.gz.

Documentation

List holding buffer spec symbols, but not aliases.

This variable is defined to reduce load on Emacs garbage collector reducing the number of transiently allocated variables.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-fold-core.el.gz
(defvar-local org-fold-core--spec-list nil
  "List holding buffer spec symbols, but not aliases.

This variable is defined to reduce load on Emacs garbage collector
reducing the number of transiently allocated variables.")