From 6d11b7b30076977fd30d4df6cd9ae16cc0a618e8 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 9 Aug 2023 16:48:54 +0200 Subject: [PATCH] Fix cross-reference to eldoc in eglot manual * doc/misc/eglot.texi (Eglot Features): Fix cross-reference to eldoc node in the Emacs manual. --- doc/misc/eglot.texi | 7 ++++--- 1 file 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 -- 2.39.2