Function: bubbles--update-faces-or-images

bubbles--update-faces-or-images is a byte-compiled function defined in bubbles.el.gz.

Signature

(bubbles--update-faces-or-images)

Documentation

Update faces and/or images, depending on graphics mode.

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles--update-faces-or-images ()
  "Update faces and/or images, depending on graphics mode."
  (bubbles--set-faces)
  (bubbles--show-images))