]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `text` to `finder-known-keywords`
authorStefan Kangas <stefankangas@gmail.com>
Sat, 30 Dec 2023 16:56:39 +0000 (17:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:55:10 +0000 (08:55 +0100)
`finder-known-keywords` is "supposed to correspond to top-level
customization groups".  However, the customize group "wp" is now
deprecated in favor of "text".

* lisp/finder.el (finder-known-keywords): Add new "text" keyword.
Deprecate the "wp" keyword.

(cherry picked from commit 03fdb21bcfdc27401066bb7375d07ad0259219fa)

lisp/finder.el

index 4e3a3566ce91da84a5573d380b8b964c60027df2..717ee51a33bc2a09e910294fb164c9e304e51468 100644 (file)
     (processes . "processes, subshells, and compilation")
     (terminals . "text terminals (ttys)")
     (tex       . "the TeX document formatter")
+    (text      . "editing text files")
     (tools     . "programming tools")
     (unix      . "UNIX feature interfaces and emulators")
     (vc                . "version control")
-    (wp                . "word processing"))
+    (wp                . "use keyword `text' instead; this keyword is deprecated"))
   "Association list of the standard \"Keywords:\" headers.
 Each element has the form (KEYWORD . DESCRIPTION).")