emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/kiwix 598070e 02/10: Fix customization groups should no


From: Stefan Monnier
Subject: [elpa] externals/kiwix 598070e 02/10: Fix customization groups should not end in "-mode"
Date: Wed, 17 Mar 2021 18:45:23 -0400 (EDT)

branch: externals/kiwix
commit 598070e33f7e21b4e1dec0bf88b562787f046a2a
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    Fix customization groups should not end in "-mode"
---
 kiwix.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index fb22a8f..1814290 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -63,9 +63,9 @@
 (declare-function ivy-read "ivy")
 
 
-(defgroup kiwix-mode nil
+(defgroup kiwix nil
   "Kiwix customization options."
-  :group 'kiwix-mode)
+  :group 'kiwix)
 
 (defcustom kiwix-server-use-docker nil
   "Using Docker container for kiwix-serve or not?"



reply via email to

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