diff options
author | Juri Linkov <juri@jurta.org> | 2004-03-22 07:45:47 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-03-22 07:45:47 +0000 |
commit | dde4a5bbcae6f6a83605d4c6009cad9505f09d04 (patch) | |
tree | 655965cb9a6c689144c7edc03869ac379e283da1 /lisp/finder.el | |
parent | 1e4f1886f674614a20c0ce4e45d72ee0bd34c041 (diff) | |
download | emacs-dde4a5bbcae6f6a83605d4c6009cad9505f09d04.tar.gz emacs-dde4a5bbcae6f6a83605d4c6009cad9505f09d04.tar.bz2 emacs-dde4a5bbcae6f6a83605d4c6009cad9505f09d04.zip |
(finder-known-keywords): Fix data, tex, unix.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 6 |
1 files 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") |