Function: ecomplete-get-item

ecomplete-get-item is a byte-compiled function defined in ecomplete.el.gz.

Signature

(ecomplete-get-item TYPE KEY)

Documentation

Return the text for the item identified by KEY of the required TYPE.

Source Code

;; Defined in /usr/src/emacs/lisp/ecomplete.el.gz
(defun ecomplete-get-item (type key)
  "Return the text for the item identified by KEY of the required TYPE."
  (assoc key (cdr (assq type ecomplete-database))))