]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/eldoc.el (eldoc-help-at-pt): Add :version tag (bug#77227).
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Mar 2025 10:52:31 +0000 (13:52 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 31 Mar 2025 08:33:18 +0000 (10:33 +0200)
(cherry picked from commit 2dd871a358e5aeea7ea343e06497760ac36464cc)

lisp/emacs-lisp/eldoc.el

index 56322a9a6c9643e870299b8c8535ac0472a3f661..352cc6fc4fda88a496998aa3c09241c4e54577b7 100644 (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)))