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