Function: allout-distinctive-bullet
allout-distinctive-bullet is a byte-compiled function defined in
allout.el.gz.
Signature
(allout-distinctive-bullet BULLET)
Documentation
True if BULLET is one of those on allout-distinctive-bullets-string.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ > allout-distinctive-bullet (bullet)
(defun allout-distinctive-bullet (bullet)
"True if BULLET is one of those on `allout-distinctive-bullets-string'."
(string-match (regexp-quote bullet) allout-distinctive-bullets-string))