Variable: cmpl-db-downcase-string
cmpl-db-downcase-string is a variable defined in completion.el.gz.
Value
nil
Documentation
Setup by find-exact-completion, etc. The given string, downcased.
Source Code
;; Defined in /usr/src/emacs/lisp/completion.el.gz
;; this checked by the top level reading functions
(defvar cmpl-db-downcase-string nil
"Setup by `find-exact-completion', etc. The given string, downcased.")