From 776ee085ff41f8be6b0b0cba4d98428749c02768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Tue, 2 Jun 2026 23:40:56 +0100 Subject: [PATCH] Eglot: mentions markdown-ts-view-mode less (bug#81150) * doc/misc/eglot.texi (Customization Variables): Don't mention markdown-ts-view-mode. * etc/EGLOT-NEWS: Don't mention markdown-ts-view-mode. --- doc/misc/eglot.texi | 7 +++---- etc/EGLOT-NEWS | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 1c9acdc6f9b..caa009f1ec5 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -1003,10 +1003,9 @@ from the server (@pxref{Eglot Features}). The default value is @code{nil}, meaning Eglot selects a suitable Markdown renderer on each use---for example, @code{gfm-view-mode} from @code{markdown-mode} on NonGNU ELPA, which enhances documentation through fontification and -other formatting. You can also set it to always use a specific major mode symbol, such -as the aforementioned @code{gfm-view-mode}, or the experimental -@code{markdown-ts-view-mode}. If you set it to @code{t}, plain text is -requested from the server and no rendering is attempted. +other formatting. If you set it to @code{t}, plain text is requested +from the server and no rendering is attempted. See docstring for more +options. @item eglot-mode-map This variable is the keymap for binding Eglot-related command. It is in diff --git a/etc/EGLOT-NEWS b/etc/EGLOT-NEWS index 5b487fd1621..cdbd3048f27 100644 --- a/etc/EGLOT-NEWS +++ b/etc/EGLOT-NEWS @@ -38,8 +38,7 @@ The variable 'eglot-documentation-renderer' replaces the now-obsolete 'eglot-prefer-plaintext' and offers more control over what major mode is used to render markdown snippets. By default, the variable is nil and 'gfm-view-mode' from NonGNU ELPA's markdown-mode package is used if -found. You may also set it to the experimental 'markdown-ts-view-mode' -in Emacs versions with tree-sitter markdown support. +found. See docstring for more details. * Changes in Eglot 1.23 (2/4/2026)