comint-dynamic-simple-complete

comint-dynamic-simple-complete is a compiled Lisp function in `comint.el'.

(comint-dynamic-simple-complete STUB CANDIDATES)

This function is obsolete since 24.1;
use `completion-in-region' instead.

Dynamically complete STUB from CANDIDATES list.
This function inserts completion characters at point by
completing STUB from the strings in CANDIDATES. If completion is
ambiguous, possibly show a completions listing in a separate
buffer.

Return nil if no completion was inserted.
Return `sole' if completed with the only completion match.
Return `shortest' if completed with the shortest match.
Return `partial' if completed as far as possible.
Return `listed' if a completion listing was shown.

See also `comint-dynamic-complete-filename'.