]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/heex-ts-mode.el (heex-ts): Fix :group name.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 19 Apr 2025 07:41:58 +0000 (09:41 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:38:37 +0000 (22:38 +0200)
(cherry picked from commit 2a45f0bceba4f39fdc354e46ad686040f474e0e4)

lisp/progmodes/heex-ts-mode.el

index e5a4fe196acfecac526c1ce5ea766133423b9348..a5fc6e2e232aca120b72ed67aa5434aa8184d06c 100644 (file)
@@ -56,7 +56,7 @@
 (defgroup heex-ts nil
   "Major mode for editing HEEx code."
   :prefix "heex-ts-"
-  :group 'langauges)
+  :group 'languages)
 
 (defcustom heex-ts-indent-offset 2
   "Indentation of HEEx statements."