Variable: completion-prefix-min-length

completion-prefix-min-length is a variable defined in completion.el.gz.

Value

3

Documentation

The minimum length of a completion search string.

DON'T CHANGE WITHOUT RECOMPILING ! This is used by macros.

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defvar completion-prefix-min-length 3
  "The minimum length of a completion search string.
DON'T CHANGE WITHOUT RECOMPILING !  This is used by macros.")