From da723110e038f1e468ea4435d8a93adb6ab16e49 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 12 Mar 2024 13:31:13 +0100 Subject: Add package documentation --- create-license.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/create-license.el b/create-license.el index 364b8c2..b7af4d1 100644 --- a/create-license.el +++ b/create-license.el @@ -20,7 +20,11 @@ ;;; Commentary: -;; TODO: commentary for `describe-package' +;; This packages aims at providing a convenient way of creating license +;; files. The core command is `create-license', which you can invoke +;; interactively using M-x. + +;; The licenses are stored in the directory `create-license-directory'. ;;; Code: -- cgit v1.2.3