Variable: minibuffer-exit-hook

minibuffer-exit-hook is a variable defined in minibuf.c.

Value

(hargs:unset-string-to-complete
 minibuffer--regexp-exit
 minibuffer-exit-on-screen-keyboard
 minibuffer-restore-windows)

Documentation

Normal hook run whenever a minibuffer is exited.

View in manual

Probably introduced at or before Emacs version 19.23.

Source Code

// Defined in /usr/src/emacs/src/minibuf.c
  DEFVAR_LISP ("minibuffer-exit-hook", Vminibuffer_exit_hook,
	       doc: /* Normal hook run whenever a minibuffer is exited.  */);