From a749834042b2651052023b58774a7869475303ed Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 2 Nov 2024 18:56:12 +0100 Subject: Fix "inline readme" Key sequence substitution seem not to apply there. --- create-license.el | 12 +++++++----- 1 file 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 ;; 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: -- cgit v1.2.3