# HG changeset patch # User Richard M. Stallman # Date 754085657 0 # Node ID 3efae588d66345ab4a47d1f81f501b8c3c78642f # Parent 9cde7d7fea1f1a6f19044d55a3c8fa4c80255b50 (finder-known-keywords): Add data, faces, mouse, matching. diff -r 9cde7d7fea1f -r 3efae588d663 lisp/finder.el --- a/lisp/finder.el Tue Nov 23 20:12:25 1993 +0000 +++ b/lisp/finder.el Tue Nov 23 20:14:17 1993 +0000 @@ -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")