; 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.
This commit is contained in:
Stefan Kangas 2025-03-02 05:09:37 +01:00
parent a5fd518d52
commit 7dcf9b71e6

View file

@ -314,12 +314,6 @@ and associated files, are stored. If you want the archive to be
reachable via HTTP, this directory must be accessible to a web server; reachable via HTTP, this directory must be accessible to a web server;
@xref{Archive Web Server}. @xref{Archive Web Server}.
A convenient way to set up and update a package archive is via the
@code{package-x} library. This is included with Emacs, but not loaded
by default; type @kbd{M-x load-library @key{RET} package-x @key{RET}} to
load it, or add @code{(require 'package-x)} to your init file.
@xref{Lisp Libraries,, Lisp Libraries, emacs, The GNU Emacs Manual}.
@noindent @noindent
After you create an archive, remember that it is not accessible in the After you create an archive, remember that it is not accessible in the
Package Menu interface unless it is in @code{package-archives}. Package Menu interface unless it is in @code{package-archives}.
@ -338,7 +332,7 @@ them using a cryptographic key. If you have generated a
private/public gpg key pair, you can use gpg to sign the package like private/public gpg key pair, you can use gpg to sign the package like
this: this:
@c FIXME EasyPG / package-x way to do this. @c FIXME EasyPG way to do this.
@example @example
gpg -ba -o @var{file}.sig @var{file} gpg -ba -o @var{file}.sig @var{file}
@end example @end example