Variable: view-lossage-auto-refresh
view-lossage-auto-refresh is a customizable variable defined in
help.el.gz.
Value
nil
Documentation
Whether to auto-refresh the lossage buffer.
If non-nil, the lossage buffer will be refreshed automatically for each new input keystroke and command performed.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/help.el.gz
;;; Lossage
(defcustom view-lossage-auto-refresh nil
"Whether to auto-refresh the lossage buffer.
If non-nil, the lossage buffer will be refreshed automatically for each
new input keystroke and command performed."
:type 'boolean
:group 'help
:version "31.1")