Function: eglot-manual
eglot-manual is an interactive and byte-compiled function defined in
eglot.el.gz.
This command is obsolete since 1.10; use info instead.
Signature
(eglot-manual)
Documentation
Read Eglot's manual.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot-manual () "Read Eglot's manual."
(declare (obsolete info "1.10"))
(interactive) (info "(eglot)"))