diff options
-rw-r--r-- | create-license.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create-license.el b/create-license.el index 7e52f02..06b8463 100644 --- a/create-license.el +++ b/create-license.el @@ -25,10 +25,10 @@ ;; 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 \[create-license]. ;; Before using this package, you have to download the licenses listed -;; in `create-license-common' using \\[create-license-download-common]. +;; 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'. |