ido-read-buffer

ido-read-buffer is an autoloaded compiled Lisp function in `ido.el'.

(ido-read-buffer PROMPT &optional DEFAULT REQUIRE-MATCH)

Ido replacement for the built-in `read-buffer'.
Return the name of a buffer selected.
PROMPT is the prompt to give to the user. DEFAULT if given is the default
buffer to be selected, which will go to the front of the list.
If REQUIRE-MATCH is non-nil, an existing buffer must be selected.