Variable: vhdl-inline-comment-column
vhdl-inline-comment-column is a customizable variable defined in
vhdl-mode.el.gz.
Value
40
Documentation
Column to indent and align inline comments to.
Overrides local option comment-column.
NOTE: Activate the new setting in a VHDL buffer by using the menu entry
"Activate Options".
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-inline-comment-column 40
"Column to indent and align inline comments to.
Overrides local option `comment-column'.
NOTE: Activate the new setting in a VHDL buffer by using the menu entry
\"Activate Options\"."
:type 'integer
:group 'vhdl-comment)