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

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

[nongnu] elpa/devhelp cb97d3d05d 05/13: Fix parent customization group


From: ELPA Syncer
Subject: [nongnu] elpa/devhelp cb97d3d05d 05/13: Fix parent customization group
Date: Sun, 27 Nov 2022 15:59:11 -0500 (EST)

branch: elpa/devhelp
commit cb97d3d05df53a8ff810541b80621ccd90cb79a4
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fix parent customization group
---
 devhelp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devhelp.el b/devhelp.el
index ff90a6e386..6b3d9a1ce9 100644
--- a/devhelp.el
+++ b/devhelp.el
@@ -6,7 +6,7 @@
 ;; Created: 2022-07-26
 ;; Version: 0.1
 ;; Package-Requires: ((emacs "27.1"))
-;; Keywords: convenience
+;; Keywords: docs
 ;; URL: https://codeberg.org/akib/emacs-devhelp
 
 ;; This file is not part of GNU Emacs.
@@ -59,7 +59,7 @@
 
 (defgroup devhelp nil
   "Browse documentation in Devhelp format."
-  :group 'convenience
+  :group 'docs
   :link '(url-link "https://codeberg.org/akib/emacs-devhelp";)
   :prefix "devhelp-")
 



reply via email to

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