mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Fix cross-reference to eldoc in eglot manual
* doc/misc/eglot.texi (Eglot Features): Fix cross-reference to eldoc node in the Emacs manual.
This commit is contained in:
parent
913e50aba6
commit
6d11b7b300
1 changed files with 4 additions and 3 deletions
|
@ -406,9 +406,10 @@ provides:
|
||||||
At-point documentation: when point is at or near a symbol or an
|
At-point documentation: when point is at or near a symbol or an
|
||||||
identifier, the information about the symbol/identifier, such as the
|
identifier, the information about the symbol/identifier, such as the
|
||||||
signature of a function or class method and server-generated
|
signature of a function or class method and server-generated
|
||||||
diagnostics, is made available via the ElDoc package (@pxref{Lisp
|
diagnostics, is made available via the ElDoc package
|
||||||
Doc,,, emacs, GNU Emacs Manual}). This allows major modes to provide
|
(@pxref{Programming Language Doc,,, emacs, GNU Emacs Manual}). This
|
||||||
extensive help and documentation about the program identifiers.
|
allows major modes to provide extensive help and documentation about
|
||||||
|
the program identifiers.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
On-the-fly diagnostic annotations with server-suggested fixes, via the
|
On-the-fly diagnostic annotations with server-suggested fixes, via the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue