]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder-known-keywords): Fix data, tex, unix.
authorJuri Linkov <juri@jurta.org>
Mon, 22 Mar 2004 07:45:47 +0000 (07:45 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 22 Mar 2004 07:45:47 +0000 (07:45 +0000)
lisp/finder.el

index 0bd001752fe3271cf611ac81082edc0419323956..40629cab6afc8f19074673ce871c13f4eb99d443 100644 (file)
@@ -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")