ido-read-internal

ido-read-internal is a compiled Lisp function in `ido.el'.

(ido-read-internal ITEM PROMPT HIST &optional DEFAULT REQUIRE-MATCH INITIAL)

Perform the `ido-read-buffer' and `ido-read-file-name' functions.
Return the name of a buffer or file selected.
PROMPT is the prompt to give to the user.
DEFAULT if given is the default item to start with.
If REQUIRE-MATCH is non-nil, an existing file must be selected.
If INITIAL is non-nil, it specifies the initial input string.