Function: vhdl-align-same-indent
vhdl-align-same-indent is an interactive and byte-compiled function
defined in vhdl-mode.el.gz.
Signature
(vhdl-align-same-indent &optional SPACING)
Documentation
Align block of lines with same indent.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-align-same-indent (&optional spacing)
"Align block of lines with same indent."
(interactive)
(vhdl-do-same-indent 'vhdl-align-region-groups spacing))