1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(finder-known-keywords): Fix data, tex, unix.

This commit is contained in:
Juri Linkov 2004-03-22 07:45:47 +00:00
parent 1e4f1886f6
commit dde4a5bbca

View 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")