Variable: allout-cue-span-category

allout-cue-span-category is a variable defined in allout-widgets.el.gz.

Value

nil

Documentation

Symbol carrying common properties of the space following the outline icon.

(That space is used to convey selected cues indicating body qualities,
including things like:
 - encryption ~
 - numbering #
 - indirect reference @
 - distinctive bullets - see allout-distinctive-bullets-string.)

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_    = allout-cue-span-category
(defvar allout-cue-span-category nil
  "Symbol carrying common properties of the space following the outline icon.

\(That space is used to convey selected cues indicating body qualities,
including things like:
 - encryption `~'
 - numbering `#'
 - indirect reference `@'
 - distinctive bullets - see `allout-distinctive-bullets-string'.)")