diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-03-12 13:31:13 +0100 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2024-03-12 13:31:13 +0100 |
commit | da723110e038f1e468ea4435d8a93adb6ab16e49 (patch) | |
tree | b98a7c93e844202d0687e1502c8e7fea0da595ef /create-license.el | |
parent | 2675183b072c3c972fc8e5172050553076ab6871 (diff) |
Add package documentation
Diffstat (limited to 'create-license.el')
-rw-r--r-- | create-license.el | 6 |
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: |