Variable: minibuffer-help-form

minibuffer-help-form is a variable defined in minibuf.c.

Value

nil

Documentation

Value that help-form takes on inside the minibuffer.

View in manual

Probably introduced at or before Emacs version 17.

Source Code

// Defined in /usr/src/emacs/src/minibuf.c
  DEFVAR_LISP ("minibuffer-help-form", Vminibuffer_help_form,
	       doc: /* Value that `help-form' takes on inside the minibuffer.  */);