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.
This commit is contained in:
parent
0f3be9596f
commit
479e64b5ad
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@
|
||||||
|
|
||||||
(defgroup wp nil
|
(defgroup wp nil
|
||||||
"Support for editing text files.
|
"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)
|
:group 'emacs)
|
||||||
|
|
||||||
(defgroup text nil
|
(defgroup text nil
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
(tools . "programming tools")
|
(tools . "programming tools")
|
||||||
(unix . "UNIX feature interfaces and emulators")
|
(unix . "UNIX feature interfaces and emulators")
|
||||||
(vc . "version control")
|
(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.
|
"Association list of the standard \"Keywords:\" headers.
|
||||||
Each element has the form (KEYWORD . DESCRIPTION).")
|
Each element has the form (KEYWORD . DESCRIPTION).")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue