Variable: eldoc--last-request-state
eldoc--last-request-state is a variable defined in eldoc.el.gz.
Value
nil
Documentation
Tuple containing information about last ElDoc request.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
;; The point of `eldoc--request-state' is not to over-request, which
;; can happen if the idle timer is restarted on execution of command
;; which is guaranteed not to change the conditions that warrant a new
;; request for documentation.
(defvar eldoc--last-request-state nil
"Tuple containing information about last ElDoc request.")