diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-27 06:12:53 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-27 06:12:53 +0200 |
commit | 44dbc11ff7bdccc8af2cdd311e6ebacfef2c43a7 (patch) | |
tree | 0544e2ace0bf2522bf320fd9391a2a9a5aaea54d | |
parent | cc3b11480ca3dc0fe5e604095487abecdce40741 (diff) | |
download | emacs-44dbc11ff7bdccc8af2cdd311e6ebacfef2c43a7.tar.gz emacs-44dbc11ff7bdccc8af2cdd311e6ebacfef2c43a7.tar.bz2 emacs-44dbc11ff7bdccc8af2cdd311e6ebacfef2c43a7.zip |
Note that the Packaging sub-nodes are mostly for maintainers
* doc/lispref/package.texi (Packaging): Note that the information
is mostly for ELPA maintainers (bug#50825).
-rw-r--r-- | doc/lispref/package.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index 9c033fe3df8..aeb455bb25f 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -17,6 +17,11 @@ put it in a @dfn{package archive} for others to download. @xref{Packages,,, emacs, The GNU Emacs Manual}, for a description of user-level features of the packaging system. + These sections are mostly directed towards package archive +maintainers---much of this information is not relevant for package +authors (i.e., people who write code that will be distributed via +these archives). + @menu * Packaging Basics:: The basic concepts of Emacs Lisp packages. * Simple Packages:: How to package a single .el file. |