Variable: minibuffer-history
minibuffer-history is a variable defined in simple.el.gz.
Value
nil
Documentation
Default minibuffer history list.
This is used for all minibuffer input except when an alternate history list is specified.
Maximum length of the history list is determined by the value
of history-length, which see.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar minibuffer-history nil
"Default minibuffer history list.
This is used for all minibuffer input
except when an alternate history list is specified.
Maximum length of the history list is determined by the value
of `history-length', which see.")