From: Stefan Kangas Date: Sat, 30 Dec 2023 16:56:39 +0000 (+0100) Subject: Add `text` to `finder-known-keywords` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4dbccff5c94a39c83f402db7755aa05f0ef665b5;p=emacs.git Add `text` to `finder-known-keywords` `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) --- diff --git a/lisp/finder.el b/lisp/finder.el index 4e3a3566ce9..717ee51a33b 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -68,10 +68,11 @@ (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).")