From 785197a07634050b8cb79f1b0c93a16712336529 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Thu, 20 Oct 2022 12:59:22 +0100 Subject: [PATCH] Minor fixes to doc/misc/eglot.texi * doc/misc/eglot.texi (eglot-workspace-configuration): Correct markup of eglot-{} (Quick Start): Fix section cross reference. --- doc/misc/eglot.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index c1de1e818dc..6a4127bed7c 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -122,7 +122,7 @@ you want to use Eglot, you just need to make sure those servers are installed on your system. Alternatively, install one or more servers of your choice and add them to the value of @code{eglot-server-programs}, as described in @ref{Setting Up LSP -Server}. +Servers}. @item Turn on Eglot for your project. @@ -969,7 +969,7 @@ object. @var{plist} may be arbitrarity complex, generally containing other keywork-value property sublists corresponding to JSON subobjects. The JSON values @code{true}, @code{false}, @code{null} and @code{@{@}} are represented by the Lisp values @code{t}, @code{:json-false}, -@code{nil}, and @{eglot-@{@}}, respectively. +@code{nil}, and @code{eglot-@{@}}, respectively. @findex eglot-show-workspace-configuration When experimenting with workspace settings, you can use the command @@ -1126,3 +1126,4 @@ that used Eglot to communicate with the language server. @printindex cp @bye + -- 2.39.5