From: Stefan Kangas Date: Sat, 30 Dec 2023 17:10:25 +0000 (+0100) Subject: Document `wp` defgroup as obsolete instead of deprecated X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~3108 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=479e64b5ad7f87b291a52ebb0227cf37a4defe50;p=emacs.git 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. --- 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).")