Variable: completion-prompt-speed-threshold
completion-prompt-speed-threshold is a customizable variable defined
in completion.el.gz.
Value
4800
Documentation
Minimum output speed at which to display next potential completion.
Source Code
;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defcustom completion-prompt-speed-threshold 4800
"Minimum output speed at which to display next potential completion."
:type 'integer)