Function: vhdl-expand-abbrev

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

Signature

(vhdl-expand-abbrev ARG1)

Documentation

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;; function for expanding abbrevs and dabbrevs
(defalias 'vhdl-expand-abbrev (make-hippie-expand-function
			       '(try-expand-dabbrev
				 try-expand-dabbrev-all-buffers
				 vhdl-try-expand-abbrev)))