# HG changeset patch # User Juri Linkov # Date 1079941547 0 # Node ID b7f0abc3ce600457bb9fe77763f44e58d0dfa0a0 # Parent c6aa105a785afe49a1554df73e4dccbe84546b66 (finder-known-keywords): Fix data, tex, unix. diff -r c6aa105a785a -r b7f0abc3ce60 lisp/finder.el --- 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")