Variable: cmpl-obarray

cmpl-obarray is a variable defined in completion.el.gz.

Value

#<obarray n=0>

Documentation

An obarray used to store the downcased completions.

Each symbol is bound to a single completion entry.

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defvar cmpl-obarray (obarray-make cmpl-obarray-length)
  "An obarray used to store the downcased completions.
Each symbol is bound to a single completion entry.")