From dde4a5bbcae6f6a83605d4c6009cad9505f09d04 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 22 Mar 2004 07:45:47 +0000 Subject: [PATCH] (finder-known-keywords): Fix data, tex, unix. --- lisp/finder.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/finder.el b/lisp/finder.el index 0bd001752fe..40629cab6af 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -61,7 +61,7 @@ (calendar . "calendar and time management support") (comm . "communications, networking, remote access to files") (convenience . "convenience features for faster editing") - (data . "support editing files of data") + (data . "support for editing files of data") (docs . "support for Emacs documentation") (emulations . "emulations of other editors") (extensions . "Emacs Lisp language extensions") @@ -87,9 +87,9 @@ (outlines . "support for hierarchical outlining") (processes . "process, subshell, compilation, and job control support") (terminals . "support for terminal types") - (tex . "code related to the TeX formatter") + (tex . "supporting code for the TeX formatter") (tools . "programming tools") - (unix . "front-ends/assistants for, or emulators of, UNIX features") + (unix . "front-ends/assistants for, or emulators of, UNIX-like features") ;; Not a custom group and not currently useful. ;; (vms . "support code for vms") (wp . "word processing") -- 2.39.2