emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 479e64b5ad7 3/3: Document `wp` defgroup as obsolete instead of de


From: Stefan Kangas
Subject: master 479e64b5ad7 3/3: Document `wp` defgroup as obsolete instead of deprecated
Date: Sat, 30 Dec 2023 12:15:59 -0500 (EST)

branch: master
commit 479e64b5ad7f87b291a52ebb0227cf37a4defe50
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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.
---
 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).")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]