Variable: minibuffer-text-before-history
minibuffer-text-before-history is a variable defined in simple.el.gz.
Value
nil
Documentation
Text that was in this minibuffer before any history commands.
This is nil if there have not yet been any history commands in this use of the minibuffer.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar minibuffer-text-before-history nil
"Text that was in this minibuffer before any history commands.
This is nil if there have not yet been any history commands
in this use of the minibuffer.")