Function: vhdl-fill-same-indent

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

Signature

(vhdl-fill-same-indent)

Documentation

Fill the lines of block of lines with same indent.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-fill-same-indent ()
  "Fill the lines of block of lines with same indent."
  (interactive)
  (vhdl-do-same-indent 'vhdl-fill-region))