Function: bubbles--empty-char

bubbles--empty-char is a byte-compiled function defined in bubbles.el.gz.

Signature

(bubbles--empty-char)

Documentation

The character used for removed bubbles (empty grid cells).

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defsubst bubbles--empty-char ()
  "The character used for removed bubbles (empty grid cells)."
  ?\s)