Variable: ido-exit

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

Value

nil

Documentation

Flag to monitor how ido-find-file exits.

If equal to takeprompt, we use the prompt as the file name to be selected.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defvar ido-exit nil
  "Flag to monitor how `ido-find-file' exits.
If equal to `takeprompt', we use the prompt as the file name to be
selected.")