summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2025-03-29 13:52:31 +0300
committerEli Zaretskii <eliz@gnu.org>2025-03-29 13:52:31 +0300
commit2dd871a358e5aeea7ea343e06497760ac36464cc (patch)
treed8ff46c47551a6c5aa836b2bafeb0a1cb61952b0
parentab71699e5f2502aff6c65dd195611cfbbe2f2255 (diff)
downloademacs-2dd871a358e5aeea7ea343e06497760ac36464cc.tar.gz
emacs-2dd871a358e5aeea7ea343e06497760ac36464cc.tar.bz2
emacs-2dd871a358e5aeea7ea343e06497760ac36464cc.zip
; * lisp/emacs-lisp/eldoc.el (eldoc-help-at-pt): Add :version tag (bug#77227).
-rw-r--r--lisp/emacs-lisp/eldoc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 2b5d5cc0c8d..9e193580106 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -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)))