]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `wp` defgroup as obsolete instead of deprecated
authorStefan Kangas <stefankangas@gmail.com>
Sat, 30 Dec 2023 17:10:25 +0000 (18:10 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:55:35 +0000 (08:55 +0100)
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
lisp/finder.el

index 6442ffeac2465ca6aaf0cb79f80a19d75ddd30f2..be9fed5e2f966d990e1e0d811236ab1896d1dc2f 100644 (file)
 
 (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
index 717ee51a33bc2a09e910294fb164c9e304e51468..4babfc0926111d93a305079845a053e47ae653ac 100644 (file)
@@ -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).")