Variable: savehist-save-minibuffer-history

savehist-save-minibuffer-history is a customizable variable defined in savehist.el.gz.

Value

t

Documentation

If non-nil, save all recorded minibuffer histories.

If you want to save only specific histories, use savehist-save-hook to modify the value of savehist-minibuffer-history-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/savehist.el.gz
(defcustom savehist-save-minibuffer-history t
  "If non-nil, save all recorded minibuffer histories.
If you want to save only specific histories, use `savehist-save-hook'
to modify the value of `savehist-minibuffer-history-variables'."
  :type 'boolean)