Variable: bubbles-chars
bubbles-chars is a customizable variable defined in bubbles.el.gz.
Value
(43 79 35 88 46 42 38 167)
Documentation
Characters used for bubbles.
Note that the actual number of different bubbles is determined by
the number of colors, see bubbles-colors.
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defcustom bubbles-chars
'(?+ ?O ?# ?X ?. ?* ?& ?§)
"Characters used for bubbles.
Note that the actual number of different bubbles is determined by
the number of colors, see `bubbles-colors'."
:type '(repeat character))