X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/957733f454c75b14da84e8e0732459873622394d..c32d72fd5827919cc25f6bddd58245b2bc30dbb8:/README diff --git a/README b/README index f3fd32b34..d64bc3a35 100644 --- a/README +++ b/README @@ -39,9 +39,9 @@ release the new code. *** Add a simple (1-file) package as packages//.el. The file needs to follow the usual coding conventions (most -importantly start with ";;; --- ") as well as the -package headers required by package.el (see the "Format" subsection -below). +importantly start with ";;; --- ") and have a +"Version:" and "Maintainer:" pseudo-header (see the "Format" +subsection below). For some examples, see (info "(elisp) Simple Packages")