Variable: allout-span-to-category
allout-span-to-category is a variable defined in allout-widgets.el.gz.
Value
((:guides-span . allout-guides-span-category)
(:cue-span . allout-cue-span-category)
(:icon-span . allout-icon-span-category)
(:body-span . allout-body-span-category))
Documentation
Association list mapping span identifier to category identifier.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-span-to-category
(defvar allout-span-to-category
'((:guides-span . allout-guides-span-category)
(:cue-span . allout-cue-span-category)
(:icon-span . allout-icon-span-category)
(:body-span . allout-body-span-category))
"Association list mapping span identifier to category identifier.")