emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 92f753dc19 2/2: ; * etc/NEWS: Fix wording in last change.


From: Eli Zaretskii
Subject: emacs-29 92f753dc19 2/2: ; * etc/NEWS: Fix wording in last change.
Date: Wed, 4 Jan 2023 13:53:07 -0500 (EST)

branch: emacs-29
commit 92f753dc19010cf4075db5e6bcedcc5ac0fc2e41
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Fix wording in last change.
---
 etc/NEWS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index b45b7de1fc..91e470306c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3159,12 +3159,12 @@ optional, and you must turn them on manually, or 
customize
 
 Where no major modes previously existed in Emacs for editing the kinds
 of files for which Emacs now provides a tree-sitter based mode, Emacs
-will now try to enable the tree-sitter mode automatically when you
-visit such files, and will display a warning if the tree-sitter
-library or the parser grammar library is not available.  To prevent
-the warnings, either build Emacs with tree-sitter and install the
-grammar libraries, or customize 'auto-mode-alist' to specify some
-other major mode (or even Fundamental mode) for those kinds of files.
+will now try to enable these new modes automatically when you visit
+such files, and will display a warning if the tree-sitter library or
+the parser grammar library is not available.  To prevent the warnings,
+either build Emacs with tree-sitter and install the grammar libraries,
+or customize 'auto-mode-alist' to specify some other major mode (or
+even Fundamental mode) for those kinds of files.
 
 Each major mode based on tree-sitter needs a language grammar library,
 usually named "libtree-sitter-LANG.so" ("libtree-sitter-LANG.dll" on



reply via email to

[Prev in Thread] Current Thread [Next in Thread]