]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 Dec 2022 15:49:55 +0000 (17:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 Dec 2022 15:49:55 +0000 (17:49 +0200)
lisp/progmodes/java-ts-mode.el

index f947efc5a4545a8357a3e9aa37f4bc40d8ba2aeb..e2123e9bdf38140ba6d1d1b3e162dcf2913c14f6 100644 (file)
     "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
   '("+" ":" "++" "-" "--" "&" "&&" "|" "||" "="