From ba93eaa07c02d1fe21c8b267f0e126ff1519a721 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 29 Sep 2022 10:29:11 +1000 Subject: get rid of clean byte compiling warnings --- hcel-haddorg.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hcel-haddorg.el') diff --git a/hcel-haddorg.el b/hcel-haddorg.el index 90b0ce6..ea2a168 100644 --- a/hcel-haddorg.el +++ b/hcel-haddorg.el @@ -23,13 +23,15 @@ (require 'org) (defcustom hcel-haddorg-dir "~/Projects/sedoc/haddock/org-output" - "Directory of haddorg org files.") + "Directory of haddorg org files." + :group 'hcel :type '(string)) (defcustom hcel-haddorg-lax-version t "If non-nil, match highest version if no exact match found. Say we have ghc-8.6.5.org and ghc-9.2.2.org. If the definition -is in ghc-8.10.1, hcel will attempt to look up in ghc-9.2.2.org.") +is in ghc-8.10.1, hcel will attempt to look up in ghc-9.2.2.org." + :group 'hcel :type '(string)) (defun hcel-haddorg-to-hcel-definition () (interactive) -- cgit v1.2.3