Variable: vhdl-self-insert-comments

vhdl-self-insert-comments is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means various templates automatically insert help comments.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-self-insert-comments t
  "Non-nil means various templates automatically insert help comments."
  :type 'boolean
  :group 'vhdl-comment)