emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 2659311e064: ; * lisp/progmodes/java-ts-mode.el (java-ts-mode--


From: Eli Zaretskii
Subject: emacs-29 2659311e064: ; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
Date: Thu, 8 Dec 2022 10:50:26 -0500 (EST)

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

    ; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
---
 lisp/progmodes/java-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/java-ts-mode.el b/lisp/progmodes/java-ts-mode.el
index f947efc5a45..e2123e9bdf3 100644
--- a/lisp/progmodes/java-ts-mode.el
+++ b/lisp/progmodes/java-ts-mode.el
@@ -119,7 +119,7 @@
     "static" "strictfp" "switch" "synchronized"
     "throw" "throws" "to" "transient" "transitive"
     "try" "uses" "volatile" "while" "with" "record")
-  "C keywords for tree-sitter font-locking.")
+  "Java keywords for tree-sitter font-locking.")
 
 (defvar java-ts-mode--operators
   '("+" ":" "++" "-" "--" "&" "&&" "|" "||" "="



reply via email to

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