1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(finder-known-keywords): Add data, faces, mouse, matching.

This commit is contained in:
Richard M. Stallman 1993-11-23 20:14:17 +00:00
parent b7f66977be
commit be2c35e4f0

View File

@ -47,13 +47,15 @@
(defvar finder-known-keywords
'(
(abbrev . "abbreviation handling, typing shortcuts, macros")
(bib . "code related to the bib(1) bibliography processor")
(bib . "code related to the `bib' bibliography processor")
(c . "C and C++ language support")
(calendar . "calendar and time management support")
(comm . "communications, networking, remote access to files")
(data . "support editing files of data")
(docs . "support for Emacs documentation")
(emulations . "emulations of other editors")
(extensions . "Emacs Lisp language extensions")
(faces . "support for multiple fonts")
(games . "games, jokes and amusements")
(hardware . "support for interfacing with exotic hardware")
(help . "support for on-line help systems")
@ -64,6 +66,8 @@
(local . "code local to your site")
(maint . "maintenance aids for the Emacs development group")
(mail . "modes for electronic-mail handling")
(matching . "various sorts of searching and matching")
(mouse . "mouse support")
(news . "support for netnews reading and posting")
(processes . "process, subshell, compilation, and job control support")
(terminals . "support for terminal types")