1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

; * lisp/emacs-lisp/eldoc.el (eldoc-help-at-pt): Add :version tag (bug#77227).

This commit is contained in:
Eli Zaretskii 2025-03-29 13:52:31 +03:00
parent ab71699e5f
commit 2dd871a358

View file

@ -143,7 +143,8 @@ is only skipped if the documentation needs to be truncated there."
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)
:type 'boolean
:version "31.1")
(defface eldoc-highlight-function-argument
'((t (:inherit bold)))