From: João Távora Date: Thu, 20 Oct 2022 11:59:22 +0000 (+0100) Subject: Minor fixes to doc/misc/eglot.texi X-Git-Tag: emacs-29.0.90~1616^2~524^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=785197a07634050b8cb79f1b0c93a16712336529;p=emacs.git Minor fixes to doc/misc/eglot.texi * doc/misc/eglot.texi (eglot-workspace-configuration): Correct markup of eglot-{} (Quick Start): Fix section cross reference. --- 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 +