Variable: allout-plain-bullets-string

allout-plain-bullets-string is a customizable and buffer-local variable defined in allout.el.gz.

Documentation

The bullets normally used in outline topic prefixes.

See allout-distinctive-bullets-string for the other kind of bullets.

DO NOT include the close-square-bracket, ], as a bullet.

Outline mode has to be reactivated in order for changes to the value of this var to take effect.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_  = allout-plain-bullets-string
(defcustom allout-plain-bullets-string ".,"
  "The bullets normally used in outline topic prefixes.

See `allout-distinctive-bullets-string' for the other kind of
bullets.

DO NOT include the close-square-bracket, `]', as a bullet.

Outline mode has to be reactivated in order for changes to the value
of this var to take effect."
  :type 'string
  :local t
  :group 'allout)