Variable: minibuffer-history-sexp-flag

minibuffer-history-sexp-flag is a variable defined in simple.el.gz.

Value

nil

Documentation

Control whether history list elements are expressions or strings.

If the value of this variable equals current minibuffer depth, they are expressions; otherwise they are strings.
(That convention is designed to do the right thing for
recursive uses of the minibuffer.)

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar minibuffer-history-sexp-flag nil
  "Control whether history list elements are expressions or strings.
If the value of this variable equals current minibuffer depth,
they are expressions; otherwise they are strings.
\(That convention is designed to do the right thing for
recursive uses of the minibuffer.)")