branch: elpa/devhelp commit cb97d3d05df53a8ff810541b80621ccd90cb79a4 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@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-")