Variable: completion-min-length
completion-min-length is a variable defined in completion.el.gz.
Value
6
Documentation
The minimum length of a stored completion.
DON'T CHANGE WITHOUT RECOMPILING ! This is used by macros.
Source Code
;; Defined in /usr/src/emacs/lisp/completion.el.gz
;;(defvar *completion-auto-save-period* 1800
;; "The period in seconds to wait for emacs to be idle before autosaving
;;the completions. Default is a 1/2 hour.")
(defvar completion-min-length 6
"The minimum length of a stored completion.
DON'T CHANGE WITHOUT RECOMPILING ! This is used by macros.")