Variable: minibuffer-completion-predicate
minibuffer-completion-predicate is a variable defined in minibuf.c.
Value
nil
Documentation
Within call to completing-read, this holds the PREDICATE argument.
Source Code
// Defined in /usr/src/emacs/src/minibuf.c
DEFVAR_LISP ("minibuffer-completion-predicate", Vminibuffer_completion_predicate,
doc: /* Within call to `completing-read', this holds the PREDICATE argument. */);