aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2025-03-02 05:09:37 +0100
committerStefan Kangas2025-03-02 05:09:37 +0100
commit7dcf9b71e6ffc0cc92d2d504b1428c3ab432a028 (patch)
tree23e8ff0930a38b0f7da5ee9b7e5fb3db8fe42ba6 /doc
parenta5fd518d52418638813bdb1015ab0c63ac53ebfa (diff)
downloademacs-7dcf9b71e6ffc0cc92d2d504b1428c3ab432a028.tar.gz
emacs-7dcf9b71e6ffc0cc92d2d504b1428c3ab432a028.zip
; Don't document package-x.el
* doc/lispref/package.texi (Package Archives): Delete documentation on package-x.el, since it's obsolete in Emacs 31 and we want to discourage its use.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/package.texi8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi
index 6c9bfb85993..c96c2f5d234 100644
--- a/doc/lispref/package.texi
+++ b/doc/lispref/package.texi
@@ -314,12 +314,6 @@ and associated files, are stored. If you want the archive to be
314reachable via HTTP, this directory must be accessible to a web server; 314reachable via HTTP, this directory must be accessible to a web server;
315@xref{Archive Web Server}. 315@xref{Archive Web Server}.
316 316
317 A convenient way to set up and update a package archive is via the
318@code{package-x} library. This is included with Emacs, but not loaded
319by default; type @kbd{M-x load-library @key{RET} package-x @key{RET}} to
320load it, or add @code{(require 'package-x)} to your init file.
321@xref{Lisp Libraries,, Lisp Libraries, emacs, The GNU Emacs Manual}.
322
323@noindent 317@noindent
324After you create an archive, remember that it is not accessible in the 318After you create an archive, remember that it is not accessible in the
325Package Menu interface unless it is in @code{package-archives}. 319Package Menu interface unless it is in @code{package-archives}.
@@ -338,7 +332,7 @@ them using a cryptographic key. If you have generated a
338private/public gpg key pair, you can use gpg to sign the package like 332private/public gpg key pair, you can use gpg to sign the package like
339this: 333this:
340 334
341@c FIXME EasyPG / package-x way to do this. 335@c FIXME EasyPG way to do this.
342@example 336@example
343gpg -ba -o @var{file}.sig @var{file} 337gpg -ba -o @var{file}.sig @var{file}
344@end example 338@end example