vhdl-template-field

vhdl-template-field is a compiled Lisp function in `vhdl-mode.el'.

(vhdl-template-field PROMPT &optional FOLLOW-STRING OPTIONAL BEGIN END IS-STRING DEFAULT)

Prompt for string and insert it in buffer with optional FOLLOW-STRING.
If OPTIONAL is nil, the prompt is left if an empty string is inserted. If
an empty string is inserted, return nil and call `vhdl-template-undo' for
the region between BEGIN and END. IS-STRING indicates whether a string
with double-quotes is to be inserted. DEFAULT specifies a default string.