From: Juri Linkov Date: Mon, 22 Mar 2004 07:45:47 +0000 (+0000) Subject: (finder-known-keywords): Fix data, tex, unix. X-Git-Tag: ttn-vms-21-2-B4~7168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dde4a5bbcae6f6a83605d4c6009cad9505f09d04;p=emacs.git (finder-known-keywords): Fix data, tex, unix. --- 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")