Variable: completion-setup-hook

completion-setup-hook is a variable defined in minibuffer.el.gz.

Value

(hargs:set-string-to-complete
 completion-setup-function)

Documentation

Normal hook run at the end of setting up a completion list buffer.

When this hook is run, the current buffer is the one in which the command to display the completion list buffer was run. The completion list buffer is available as the value of standard-output. See also display-completion-list.

Source Code

;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defvar completion-setup-hook nil
  "Normal hook run at the end of setting up a completion list buffer.
When this hook is run, the current buffer is the one in which the
command to display the completion list buffer was run.
The completion list buffer is available as the value of `standard-output'.
See also `display-completion-list'.")