Variable: crm-completion-table

crm-completion-table is a variable defined in crm.el.gz.

Value

nil

Documentation

An alist whose elements' cars are strings, or an obarray.

This is a table used for completion by completing-read-multiple and its supporting functions.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/crm.el.gz
(defvar crm-completion-table nil
  "An alist whose elements' cars are strings, or an obarray.
This is a table used for completion by `completing-read-multiple' and its
supporting functions.")