Function: vhdl-fill-list

vhdl-fill-list is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-fill-list)

Documentation

Fill 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-fill-list ()
  "Fill the lines of a list surrounded by a balanced group of parentheses."
  (interactive)
  (vhdl-do-list 'vhdl-fill-region))