Variable: eldoc-help-at-pt

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

Value

nil

Documentation

If non-nil, show help-at-pt-kbd-string at point via Eldoc.

This setting is an alternative to help-at-pt-display-when-idle. If the value is non-nil, eldoc-show-help-at-pt will show help-at-point via Eldoc.

This variable was added, or its default value changed, in Emacs 31.1.

View in manual

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eldoc.el.gz
(defcustom eldoc-help-at-pt nil
  "If non-nil, show `help-at-pt-kbd-string' at point via Eldoc.
This setting is an alternative to `help-at-pt-display-when-idle'.  If
the value is non-nil, `eldoc-show-help-at-pt' will show help-at-point
via Eldoc."
  :type 'boolean
  :version "31.1")