Variable: elisp-add-help-echo
elisp-add-help-echo is a customizable variable defined in
elisp-mode.el.gz.
Value
t
Documentation
Whether to add help-echo property to symbols while highlighting them.
This option has effect only if elisp-fontify-semantically is non-nil.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defcustom elisp-add-help-echo t
"Whether to add `help-echo' property to symbols while highlighting them.
This option has effect only if `elisp-fontify-semantically' is non-nil."
:version "31.1"
:type 'boolean)