comint-dynamic-list-completions

comint-dynamic-list-completions is a compiled Lisp function in `comint.el'.

(comint-dynamic-list-completions COMPLETIONS &optional COMMON-SUBSTRING)

Display a list of sorted COMPLETIONS.
Typing SPC flushes the completions buffer.

The optional argument COMMON-SUBSTRING, if non-nil, should be a string
specifying a common substring for adding the faces
`completions-first-difference' and `completions-common-part' to
the completions.