changeset 54483:b7f0abc3ce60

(finder-known-keywords): Fix data, tex, unix.
author Juri Linkov <juri@jurta.org>
date Mon, 22 Mar 2004 07:45:47 +0000
parents c6aa105a785a
children fe51a218ce8a
files lisp/finder.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/finder.el	Mon Mar 22 07:42:24 2004 +0000
+++ b/lisp/finder.el	Mon Mar 22 07:45:47 2004 +0000
@@ -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")