]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor copyedit of NEWS wrt *-ts-modes
authorEli Zaretskii <eliz@gnu.org>
Fri, 17 Feb 2023 14:57:09 +0000 (16:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Feb 2023 14:57:09 +0000 (16:57 +0200)
* etc/NEWS: Add desktop.el caveat for when restarting after trying
the *-ts-modes.  Suggested by Alan Mackenzie <acm@muc.de>.

etc/NEWS

index 6d3d849a7571559672ad9011e4f52a26a444a19b..b140d1dcbfd28b63347172961790dbda8a37f2ab 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3251,8 +3251,10 @@ for which a "built-in" mode would be turned on.  For example:
     (add-to-list 'major-mode-remap-alist '(ruby-mode . ruby-ts-mode))
 
 If you try these modes and don't like them, you can go back to the
-"built-in" modes by restarting Emacs.  But please tell us why you
-didn't like the tree-sitter based modes, so that we could try
+"built-in" modes by restarting Emacs.  (If you use desktop.el to save
+and restore Emacs sessions, make sure no buffer under these modes is
+recorded in the desktop file, before restarting.)  But please tell us
+why you didn't like the tree-sitter based modes, so that we could try
 improving them.
 
 Each major mode based on tree-sitter needs a language grammar library,