aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-03-12 13:31:13 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-03-12 13:31:13 +0100
commitda723110e038f1e468ea4435d8a93adb6ab16e49 (patch)
treeb98a7c93e844202d0687e1502c8e7fea0da595ef
parent2675183b072c3c972fc8e5172050553076ab6871 (diff)
Add package documentation
-rw-r--r--create-license.el6
1 files changed, 5 insertions, 1 deletions
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: