Variable: vhdl-prompt-for-comments

vhdl-prompt-for-comments is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil means various templates prompt for user definable comments.

Source Code

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