Variable: verilog-tab-to-comment

verilog-tab-to-comment is a customizable variable defined in verilog-mode.el.gz.

Value

nil

Documentation

Non-nil means TAB moves to the right hand column in preparation for a comment.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
(defcustom verilog-tab-to-comment nil
  "Non-nil means TAB moves to the right hand column in preparation for a comment."
  :group 'verilog-mode-actions
  :type 'boolean)