vhdl-align-region-2

vhdl-align-region-2 is a compiled Lisp function in `vhdl-mode.el'.

(vhdl-align-region-2 BEGIN END MATCH &optional SUBSTR SPACING)

Align a range of lines from BEGIN to END. The regular expression
MATCH must match exactly one field: the whitespace to be
contracted/expanded. The alignment column will equal the
rightmost column of the widest whitespace block. SPACING is
the amount of extra spaces to add to the calculated maximum required.
SPACING defaults to 1 so that at least one space is inserted after
the token in MATCH.