Variable: allout-primary-bullet

allout-primary-bullet is a customizable and buffer-local variable defined in allout.el.gz.

Documentation

Bullet used for top-level outline topics.

Outline topic header lines are identified by a leading topic header prefix, which is concluded by bullets that includes the value of this var and the respective allout-*-bullets-string vars.

The value of an asterisk (*) provides for backwards compatibility with the original Emacs outline mode. See allout-plain-bullets-string and allout-distinctive-bullets-string for the range of available bullets.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_  = allout-primary-bullet
(defcustom allout-primary-bullet "*"
  "Bullet used for top-level outline topics.

Outline topic header lines are identified by a leading topic header
prefix, which is concluded by bullets that includes the value of this
var and the respective allout-*-bullets-string vars.

The value of an asterisk (`*') provides for backwards compatibility
with the original Emacs outline mode.  See `allout-plain-bullets-string'
and `allout-distinctive-bullets-string' for the range of available
bullets."
  :type 'string
  :group 'allout)