Variable: verilog-auto-wire-comment

verilog-auto-wire-comment is a customizable variable defined in verilog-mode.el.gz.

Value

t

Documentation

Non-nil indicates to insert to/from comments with verilog-auto-wire etc.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-auto-wire-comment t
  "Non-nil indicates to insert to/from comments with `verilog-auto-wire' etc."
  :version "25.1"
  :group 'verilog-mode-actions
  :type 'boolean)