From: Eli Zaretskii Date: Sat, 29 Mar 2025 10:52:31 +0000 (+0300) Subject: ; * lisp/emacs-lisp/eldoc.el (eldoc-help-at-pt): Add :version tag (bug#77227). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4ee4038459637da29dc879926ed5d65f5e1c79d;p=emacs.git ; * lisp/emacs-lisp/eldoc.el (eldoc-help-at-pt): Add :version tag (bug#77227). (cherry picked from commit 2dd871a358e5aeea7ea343e06497760ac36464cc) --- diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 56322a9a6c9..352cc6fc4fd 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)))