Variable: allout-bullets-string
allout-bullets-string is a buffer-local variable defined in
allout.el.gz.
Documentation
A string dictating the valid set of outline topic bullets.
This var should *not* be set by the user -- it is set by allout-set-regexp,
and is produced from the elements of allout-plain-bullets-string
and allout-distinctive-bullets-string.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-bullets-string
(defvar-local allout-bullets-string ""
"A string dictating the valid set of outline topic bullets.
This var should *not* be set by the user -- it is set by `allout-set-regexp',
and is produced from the elements of `allout-plain-bullets-string'
and `allout-distinctive-bullets-string'.")