summaryrefslogtreecommitdiff
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-14 23:16:06 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-14 23:16:06 +0000
commitf1aabce03adc7c2a0166267dfedfa348e686e17f (patch)
tree224978ddaaf126897cd6b7e541110d3aa0641e8b /lisp/finder.el
parentdc269e81ca22ea04ac0c87ac035fd2f328241273 (diff)
downloademacs-f1aabce03adc7c2a0166267dfedfa348e686e17f.tar.gz
(finder-known-keywords):
Add frames, hypermedia, outlines, oop.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index aaac9df29d5..4583d4b3ed0 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -56,9 +56,11 @@
(emulations . "emulations of other editors")
(extensions . "Emacs Lisp language extensions")
(faces . "support for multiple fonts")
+ (frames . "support for Emacs frames and window systems")
(games . "games, jokes and amusements")
(hardware . "support for interfacing with exotic hardware")
(help . "support for on-line help systems")
+ (hypermedia . "support for links between text or other media types")
(i18n . "internationalization and alternate character-set support")
(internal . "code for Emacs internals, build process, defaults")
(languages . "specialized modes for editing programming languages")
@@ -69,6 +71,8 @@
(matching . "various sorts of searching and matching")
(mouse . "mouse support")
(news . "support for netnews reading and posting")
+ (oop . "support for object-oriented programming")
+ (outlines . "support for hierarchical outlining")
(processes . "process, subshell, compilation, and job control support")
(terminals . "support for terminal types")
(tex . "code related to the TeX formatter")