Variable: allout-plain-bullets-string-len
allout-plain-bullets-string-len is a buffer-local variable defined in
allout.el.gz.
Documentation
Length of allout-plain-bullets-string, updated by allout-set-regexp.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-plain-bullets-string-len
(defvar-local allout-plain-bullets-string-len (length allout-plain-bullets-string)
"Length of `allout-plain-bullets-string', updated by `allout-set-regexp'.")