emacs-diffs
[Top][All Lists]
Advanced

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

master 03fdb21bcfd 1/3: Add `text` to `finder-known-keywords`


From: Stefan Kangas
Subject: master 03fdb21bcfd 1/3: Add `text` to `finder-known-keywords`
Date: Sat, 30 Dec 2023 12:15:55 -0500 (EST)

branch: master
commit 03fdb21bcfdc27401066bb7375d07ad0259219fa
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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.
---
 lisp/finder.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



reply via email to

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