diff options
-rw-r--r-- | create-license.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/create-license.el b/create-license.el index 06b8463..a9a2e2c 100644 --- a/create-license.el +++ b/create-license.el @@ -7,6 +7,7 @@ ;; Version: 1.0.0 ;; Maintainer: Tristan Riehs <tristan.riehs@bordeaux-inp.fr> ;; URL: https://tristanriehs.fr/git/create-license +;; Package-Version: 1.0.1 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -25,13 +26,14 @@ ;; This packages aims at providing a convenient way of creating license ;; files. The core command is `create-license', which you can invoke -;; interactively using \[create-license]. +;; interactively using M-x `create-license'. ;; Before using this package, you have to download the licenses listed -;; in `create-license-common' using \[create-license-download-common]. -;; The licenses are stored in the directory `create-license-directory'. -;; When a license is copied, the new file is named according to the -;; content if `create-license-file-name'. +;; in `create-license-common' using M-x +;; `create-license-download-common'. The licenses are stored in the +;; directory `create-license-directory'. When a license is copied, the +;; new file is named according to the content if +;; `create-license-file-name'. ;;; Code: |