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.

View in manual

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.")