changeset 11454:d9ec5322d181

(finder-known-keywords): Add frames, hypermedia, outlines, oop.
author Richard M. Stallman <rms@gnu.org>
date Fri, 14 Apr 1995 23:16:06 +0000
parents 5ed0795c4155
children 4235784197f3
files lisp/finder.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/finder.el	Fri Apr 14 22:39:19 1995 +0000
+++ b/lisp/finder.el	Fri Apr 14 23:16:06 1995 +0000
@@ -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")