Variable: vhdl-end-comment-column

vhdl-end-comment-column is a customizable variable defined in vhdl-mode.el.gz.

Value

79

Documentation

End of comment column.

Comments that exceed this column number are wrapped.

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-end-comment-column 79
  "End of comment column.
Comments that exceed this column number are wrapped.

NOTE: Activate the new setting in a VHDL buffer by using the menu entry
      \"Activate Options\"."
  :type 'integer
  :group 'vhdl-comment)