Function: bubbles-customize
bubbles-customize is an interactive and byte-compiled function defined
in bubbles.el.gz.
Signature
(bubbles-customize)
Documentation
Open customization buffer for bubbles.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-customize ()
"Open customization buffer for bubbles."
(interactive)
(customize-group 'bubbles))