Variable: cmpl-prefix-obarray
cmpl-prefix-obarray is a variable defined in completion.el.gz.
Value
#<obarray n=0>
Documentation
An obarray used to store the downcased completion prefixes.
Each symbol is bound to a list of completion entries.
Source Code
;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defvar cmpl-prefix-obarray (obarray-make cmpl-obarray-length)
"An obarray used to store the downcased completion prefixes.
Each symbol is bound to a list of completion entries.")