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