diff options
author | Eli Zaretskii <eliz@gnu.org> | 2025-03-29 13:52:31 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2025-03-29 13:52:31 +0300 |
commit | 2dd871a358e5aeea7ea343e06497760ac36464cc (patch) | |
tree | d8ff46c47551a6c5aa836b2bafeb0a1cb61952b0 | |
parent | ab71699e5f2502aff6c65dd195611cfbbe2f2255 (diff) | |
download | emacs-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.el | 3 |
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))) |