diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-08-09 16:48:54 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-08-09 16:57:38 +0200 |
commit | 6d11b7b30076977fd30d4df6cd9ae16cc0a618e8 (patch) | |
tree | e41b68d2d742b0b34b571ab7c2fe935e38859678 | |
parent | 913e50aba6c8be86c762ad2f6491b81ca7e9cdfd (diff) | |
download | emacs-6d11b7b30076977fd30d4df6cd9ae16cc0a618e8.tar.gz emacs-6d11b7b30076977fd30d4df6cd9ae16cc0a618e8.tar.bz2 emacs-6d11b7b30076977fd30d4df6cd9ae16cc0a618e8.zip |
Fix cross-reference to eldoc in eglot manual
* doc/misc/eglot.texi (Eglot Features): Fix cross-reference to eldoc
node in the Emacs manual.
-rw-r--r-- | doc/misc/eglot.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 962e6c914ce..6eb212ca841 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -406,9 +406,10 @@ provides: At-point documentation: when point is at or near a symbol or an identifier, the information about the symbol/identifier, such as the signature of a function or class method and server-generated -diagnostics, is made available via the ElDoc package (@pxref{Lisp -Doc,,, emacs, GNU Emacs Manual}). This allows major modes to provide -extensive help and documentation about the program identifiers. +diagnostics, is made available via the ElDoc package +(@pxref{Programming Language Doc,,, emacs, GNU Emacs Manual}). This +allows major modes to provide extensive help and documentation about +the program identifiers. @item On-the-fly diagnostic annotations with server-suggested fixes, via the |