]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix cross-reference to eldoc in eglot manual
authorStefan Kangas <stefankangas@gmail.com>
Wed, 9 Aug 2023 14:48:54 +0000 (16:48 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 9 Aug 2023 14:57:38 +0000 (16:57 +0200)
* doc/misc/eglot.texi (Eglot Features): Fix cross-reference to eldoc
node in the Emacs manual.

doc/misc/eglot.texi

index 962e6c914ce2156e4a4c2201f2b117a566364f05..6eb212ca841b6ac3781694fce511835d6606cc24 100644 (file)
@@ -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