Variable: help-at-pt-timer

help-at-pt-timer is a variable defined in help-at-pt.el.gz.

Value

nil

Documentation

Non-nil means that a timer is set that checks for local help.

If non-nil, this is the value returned by the call of run-with-idle-timer that set that timer. This variable is used internally to enable help-at-pt-display-when-idle. Do not set it yourself.

Source Code

;; Defined in /usr/src/emacs/lisp/help-at-pt.el.gz
(defvar help-at-pt-timer nil
  "Non-nil means that a timer is set that checks for local help.
If non-nil, this is the value returned by the call of
`run-with-idle-timer' that set that timer.  This variable is used
internally to enable `help-at-pt-display-when-idle'.  Do not set it
yourself.")