Variable: file-name-history
file-name-history is a variable defined in files.el.gz.
Value
nil
Documentation
History list of file names entered in the minibuffer.
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/files.el.gz
(defvar file-name-history nil
"History list of file names entered in the minibuffer.
Maximum length of the history list is determined by the value
of `history-length', which see.")