iswitchb-read-buffer

iswitchb-read-buffer is a compiled Lisp function in `iswitchb.el'.

(iswitchb-read-buffer PROMPT &optional DEFAULT REQUIRE-MATCH START MATCHES-SET)

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.
If START is a string, the selection process is started with that
string.
If MATCHES-SET is non-nil, the buflist is not updated before
the selection process begins. Used by isearchb.el.