From a4231add11b01fc2405247533c244c6c02f8b0bc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 30 Dec 2023 18:10:25 +0100 Subject: [PATCH] Document `wp` defgroup as obsolete instead of deprecated This opens up for its removal at some point in the future. It has been deprecated for the better part of a decade by now. * lisp/cus-edit.el (wp): Document group "wp" as obsolete. * lisp/finder.el (finder-known-keywords): Document keyword "wp" as obsolete. (cherry picked from commit 479e64b5ad7f87b291a52ebb0227cf37a4defe50) --- lisp/cus-edit.el | 2 +- lisp/finder.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 6442ffeac24..be9fed5e2f9 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -177,7 +177,7 @@ (defgroup wp nil "Support for editing text files. -Use group `text' for this instead. This group is deprecated." +Use group `text' for this instead. This group is obsolete." :group 'emacs) (defgroup text nil diff --git a/lisp/finder.el b/lisp/finder.el index 717ee51a33b..4babfc09261 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -72,7 +72,7 @@ (tools . "programming tools") (unix . "UNIX feature interfaces and emulators") (vc . "version control") - (wp . "use keyword `text' instead; this keyword is deprecated")) + (wp . "use keyword `text' instead; this keyword is obsolete")) "Association list of the standard \"Keywords:\" headers. Each element has the form (KEYWORD . DESCRIPTION).") -- 2.39.5