Function: vhdl-expand-paren

vhdl-expand-paren is an interactive and byte-compiled function defined in vhdl-mode.el.gz.

Signature

(vhdl-expand-paren ARG1)

Documentation

Try to expand text before point, using the following functions: try-expand-list, try-expand-list-all-buffers

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;; function for expanding parenthesis
(defalias 'vhdl-expand-paren (make-hippie-expand-function
			      '(try-expand-list
				try-expand-list-all-buffers)))