Function: vhdl-align-list
vhdl-align-list is an interactive and byte-compiled function defined
in vhdl-mode.el.gz.
Signature
(vhdl-align-list &optional SPACING)
Documentation
Align the lines of a list surrounded by a balanced group of parentheses.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-align-list (&optional spacing)
"Align the lines of a list surrounded by a balanced group of parentheses."
(interactive)
(vhdl-do-list 'vhdl-align-region-groups spacing))