Function: completions--start-eager-display

completions--start-eager-display is a byte-compiled function defined in minibuffer.el.gz.

Signature

(completions--start-eager-display)

Documentation

Maybe display the *Completions* buffer when the user is next idle.

Only displays if completion-eager-display is t, or if eager display has been requested by the completion table.

Source Code

;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defun completions--start-eager-display ()
  "Maybe display the *Completions* buffer when the user is next idle.

Only displays if `completion-eager-display' is t, or if eager display
has been requested by the completion table."
  (completions--start-background-update t))