Variable: eglot-hierarchy-mode-abbrev-table
eglot-hierarchy-mode-abbrev-table is a variable defined in
eglot.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for eglot-hierarchy-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(define-derived-mode eglot-hierarchy-mode special-mode
"Eglot special" "Eglot mode for viewing hierarchies.
\\{eglot-hierarchy-mode-map}"
:interactive nil
(setq eldoc-documentation-strategy
#'eldoc-documentation-compose)
(add-hook 'eldoc-documentation-functions
#'eglot-hierarchy-detail-eldoc-function
nil t)
(add-hook 'eldoc-documentation-functions
#'eglot-hierarchy-locus-eldoc-function
t t))