Variable: org-fold-core--spec-symbols
org-fold-core--spec-symbols is a buffer-local variable defined in
org-fold-core.el.gz.
Documentation
Alist holding buffer spec symbols and 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-symbols nil
"Alist holding buffer spec symbols and aliases.
This variable is defined to reduce load on Emacs garbage collector
reducing the number of transiently allocated variables.")