Variable: ido-matches

ido-matches is a variable defined in ido.el.gz.

Value

nil

Documentation

List of files currently matching ido-text.

Probably introduced at or before Emacs version 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-matches nil
  "List of files currently matching `ido-text'.")