Mercurial > emacs
changeset 5141:3efae588d663
(finder-known-keywords): Add data, faces, mouse, matching.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Nov 1993 20:14:17 +0000 |
parents | 9cde7d7fea1f |
children | 2d8ae66d6906 |
files | lisp/finder.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")