From 1c9d7fba0ae7445f09b5137f077e9d894202be61 Mon Sep 17 00:00:00 2001 From: dannyfreeman Date: Wed, 2 Nov 2022 13:24:30 -0400 Subject: [PATCH] ; Fix a typo in Eglot manual * doc/mist/eglot.texi (Customizing Eglot): 'flymake-error' face mistakenly appears twice. (Bug#58969) --- doc/misc/eglot.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 5a200287023..30bdaeb7804 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -872,7 +872,7 @@ Eglot supports and enhances (@pxref{Eglot Features}). For example: @item To configure the face used for server-derived errors and warnings, customize the Flymake faces @code{flymake-error} and -@code{flymake-error}. +@code{flymake-warning}. @item To configure the amount of space taken up by documentation in the -- 2.39.2