Variable: eldoc--enthusiasm-curbing-timer
eldoc--enthusiasm-curbing-timer is a variable defined in eldoc.el.gz.
Value
nil
Documentation
Timer used by the eldoc-documentation-enthusiast strategy.
When a doc string is encountered, it must endure a certain amount of time unchallenged until it is displayed to the user. This prevents blinking if a lower priority docstring comes in shortly before a higher priority one.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defvar eldoc--enthusiasm-curbing-timer nil
"Timer used by the `eldoc-documentation-enthusiast' strategy.
When a doc string is encountered, it must endure a certain amount
of time unchallenged until it is displayed to the user. This
prevents blinking if a lower priority docstring comes in shortly
before a higher priority one.")