From 7dcf9b71e6ffc0cc92d2d504b1428c3ab432a028 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 2 Mar 2025 05:09:37 +0100 Subject: [PATCH] ; 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. --- doc/lispref/package.texi | 8 +------- 1 file changed, 1 insertion(+), 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 reachable via HTTP, this directory must be accessible to a 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 After you create an archive, remember that it is not accessible in the 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 this: -@c FIXME EasyPG / package-x way to do this. +@c FIXME EasyPG way to do this. @example gpg -ba -o @var{file}.sig @var{file} @end example