Function: vhdl-template-function-decl

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

Signature

(vhdl-template-function-decl)

Documentation

Insert a function declaration.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-function-decl ()
  "Insert a function declaration."
  (interactive)
  (vhdl-template-function 'decl))