Function: vhdl-template-directive-translate-on
vhdl-template-directive-translate-on is an interactive and
byte-compiled function defined in vhdl-mode.el.gz.
Signature
(vhdl-template-directive-translate-on)
Documentation
Insert directive translate_on.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-directive-translate-on ()
"Insert directive `translate_on'."
(interactive)
(vhdl-template-directive "translate_on"))