Function: verilog-font-customize

verilog-font-customize is an interactive and byte-compiled function defined in verilog-mode.el.gz.

Signature

(verilog-font-customize)

Documentation

Customize fonts used by Verilog-Mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defun verilog-font-customize ()
  "Customize fonts used by Verilog-Mode."
  (interactive)
  (if (fboundp 'customize-apropos)
      (customize-apropos "font-lock-*" 'faces)))