h.el: documentation nits

This commit is contained in:
Félix Baylac-Jacqué 2022-04-05 10:07:30 +02:00
parent 384b952611
commit 98bd39496f
No known key found for this signature in database
GPG key ID: EFD315F31848DBA4

4
h.el
View file

@ -28,10 +28,12 @@
;;; Code:
;; Required to batch eval the module: the substring functions are
;; loaded by default in interactive emacs, not in batch-mode emacs.
(eval-when-compile (require 'subr-x))
(defgroup h-group nil
"Variables used to setup the h.el code folder manager."
"Variables used to setup the h.el project manager."
:group 'Communication)