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:
parent
ab71699e5f
commit
2dd871a358
1 changed files with 2 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue