Function: magit-completing-read-multiple*

magit-completing-read-multiple* is a function alias for magit-completing-read-multiple, defined in magit-base.el.

This function is obsolete since Magit-Section 4.0.0; use magit-completing-read-multiple instead.

Signature

(magit-completing-read-multiple* PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD NO-SPLIT)

Documentation

Read multiple strings in the minibuffer, with completion.

Like completing-read-multiple but don't mess with order of TABLE and take an additional argument NO-SPLIT, which causes the user input to be returned as a single unmodified string. Also work around various incompatible features of various third-party completion frameworks.

Aliases

magit-completing-read-multiple* (obsolete since Magit-Section 4.0.0)