summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-08-09 16:48:54 +0200
committerStefan Kangas <stefankangas@gmail.com>2023-08-09 16:57:38 +0200
commit6d11b7b30076977fd30d4df6cd9ae16cc0a618e8 (patch)
treee41b68d2d742b0b34b571ab7c2fe935e38859678
parent913e50aba6c8be86c762ad2f6491b81ca7e9cdfd (diff)
downloademacs-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.texi7
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