Variable: tooltip-help-message
tooltip-help-message is a variable defined in tooltip.el.gz.
Value
nil
Documentation
The last help message received via show-help-function.
This is used by tooltip-show-help and
tooltip-show-help-non-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/tooltip.el.gz
;;; Tooltip help.
(defvar tooltip-help-message nil
"The last help message received via `show-help-function'.
This is used by `tooltip-show-help' and
`tooltip-show-help-non-mode'.")