diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:14:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:14:17 +0000 |
commit | 63e65bd4c957c2b699ebd441bd145ef2966eb99f (patch) | |
tree | 00a622f3d41154c5ba4a59cc62816f5982f43b44 /lisp/finder.el | |
parent | 11d7c12ab09e46afce97b325f3448589de4db412 (diff) | |
download | emacs-63e65bd4c957c2b699ebd441bd145ef2966eb99f.tar.gz |
(finder-known-keywords): Add data, faces, mouse, matching.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 44df466d7c6..6bf5e3d2420 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -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") |