Function: cpp-edit-background

cpp-edit-background is an interactive and byte-compiled function defined in cpp.el.gz.

Signature

(cpp-edit-background)

Documentation

Change default face collection.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cpp.el.gz
(defun cpp-edit-background ()
  "Change default face collection."
  (interactive)
  (call-interactively 'cpp-choose-default-face)
  (cpp-edit-reset))