Function: vhdl-template-package-textio
vhdl-template-package-textio is an interactive and byte-compiled
function defined in vhdl-mode.el.gz.
Signature
(vhdl-template-package-textio)
Documentation
Insert specification of textio package.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-template-package-textio ()
"Insert specification of `textio' package."
(interactive)
(vhdl-template-standard-package "std" "textio"))