aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-23 20:14:17 +0000
committerRichard M. Stallman <[email protected]>1993-11-23 20:14:17 +0000
commitbe2c35e4f0824c53356e2198740eff50ea61300b (patch)
tree424e34654e0fa1de0e539b35f9fe2fdb3975b1bb
parentb7f66977bea896036f61b910814d33dda7e18f37 (diff)
(finder-known-keywords): Add data, faces, mouse, matching.
-rw-r--r--lisp/finder.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 44df466d7c..6bf5e3d242 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")