Variable: vhdl-word-completion-case-sensitive

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

Value

nil

Documentation

Non-nil means word completion using TAB is case sensitive.

That is, TAB completes words that start with the same letters and case. Otherwise, case is ignored.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-word-completion-case-sensitive nil
  "Non-nil means word completion using `TAB' is case sensitive.
That is, `TAB' completes words that start with the same letters and case.
Otherwise, case is ignored."
  :type 'boolean
  :group 'vhdl-misc)