Variable: vhdl-word-completion-in-minibuffer

vhdl-word-completion-in-minibuffer is a customizable variable defined in vhdl-mode.el.gz.

Value

t

Documentation

Non-nil enables word completion in minibuffer (for template prompts).

NOTE: Activate the new setting by restarting Emacs.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-word-completion-in-minibuffer t
  "Non-nil enables word completion in minibuffer (for template prompts).

NOTE: Activate the new setting by restarting Emacs."
  :type 'boolean
  :group 'vhdl-misc)