Variable: minibuffer-history-position
minibuffer-history-position is a variable defined in minibuf.c.
Value
nil
Documentation
Current position of redoing in the history list.
Source Code
// Defined in /usr/src/emacs/src/minibuf.c
DEFVAR_LISP ("minibuffer-history-position", Vminibuffer_history_position,
doc: /* Current position of redoing in the history list. */);