summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2025-07-08 14:43:36 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2025-07-08 14:43:36 -0400
commit2e7a72711c15ed85337e461bba2158436d513726 (patch)
treece6c87a64645ac314b25eeb2fa9c1fc1c4733393 /README
parentb57eae97b92957073c653acf34cd95e1cbf4696b (diff)
README: Remove left-over mention of `:main-file`
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 1 insertions, 8 deletions
diff --git a/README b/README
index fa3a15d..a9a530b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
#+TITLE: ELPA-Admin README
#+DATE: 2022-12-11
-Copyright (C) 2010-2022 Free Software Foundation, Inc. \\
+Copyright (C) 2010-2025 Free Software Foundation, Inc. \\
See the end of the file for license conditions.
#+BEGIN_COMMENT
@@ -131,13 +131,6 @@ If there is no upstream (=:url= is nil), this is simply ignored.
Subdirectory in which the main ELisp found are found.
Defaults to the top-level directory.
-** =:main-file FILE=
-Gives the name of the main file of the package, i.e. the file in which
-the metadata can be found in the form of pseudo-headers like "Version:".
-It needs to be an ELisp file formatted following the proper conventions.
-This is normally the file [PKG].el in the LISP-DIR, but in some rare
-circumstances the file is named differently.
-
** =:release-branch BRANCH=
The upstream BRANCH from which releases are cut. This is only used
for those packages which have both a development branch and a release branch