Variable: vhdl-modify-date-prefix-string

vhdl-modify-date-prefix-string is a customizable variable defined in vhdl-mode.el.gz.

Value

"-- Last update: "

Documentation

Prefix string of modification date in VHDL file header.

If actualization of the modification date is called (menu, M-x vhdl-template-modify (vhdl-template-modify)), this string is searched and the rest of the line replaced by the current date.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-modify-date-prefix-string "-- Last update: "
  "Prefix string of modification date in VHDL file header.
If actualization of the modification date is called (menu,
`\\[vhdl-template-modify]'), this string is searched and the rest
of the line replaced by the current date."
  :type 'string
  :group 'vhdl-header)