Function: vhdl-template-directive-translate-off

vhdl-template-directive-translate-off is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-template-directive-translate-off)

Documentation

Insert directive translate_off.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-directive-translate-off ()
  "Insert directive `translate_off'."
  (interactive)
  (vhdl-template-directive "translate_off"))