Variable: y-or-n-p-history-variable
y-or-n-p-history-variable is a variable defined in subr.el.gz.
Value
nil
Documentation
History list symbol to add y-or-n-p answers to.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar y-or-n-p-history-variable nil
"History list symbol to add `y-or-n-p' answers to.")