]> code.delx.au - gnu-emacs-elpa/commitdiff
* README: Revert change about package.el headers
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 16:14:15 +0000 (17:14 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 14 Oct 2015 16:14:15 +0000 (17:14 +0100)
README

diff --git a/README b/README
index f3fd32b34a57991e9bbf40338f76da2b0fcc8f18..d64bc3a357e6b9694e562a87ab4e1a15608b2be8 100644 (file)
--- a/README
+++ b/README
@@ -39,9 +39,9 @@ release the new code.
 *** Add a simple (1-file) package as packages/<pkg-name>/<pkg-name>.el.
 
 The file needs to follow the usual coding conventions (most
-importantly start with ";;; <file> --- <description>") as well as the
-package headers required by package.el (see the "Format" subsection
-below).
+importantly start with ";;; <file> --- <description>") and have a
+"Version:" and "Maintainer:" pseudo-header (see the "Format"
+subsection below).
 
 For some examples, see
     (info "(elisp) Simple Packages")