aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-14 23:16:06 +0000
committerRichard M. Stallman1995-04-14 23:16:06 +0000
commitf1aabce03adc7c2a0166267dfedfa348e686e17f (patch)
tree224978ddaaf126897cd6b7e541110d3aa0641e8b
parentdc269e81ca22ea04ac0c87ac035fd2f328241273 (diff)
downloademacs-f1aabce03adc7c2a0166267dfedfa348e686e17f.tar.gz
emacs-f1aabce03adc7c2a0166267dfedfa348e686e17f.zip
(finder-known-keywords):
Add frames, hypermedia, outlines, oop.
-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 @@
56 (emulations . "emulations of other editors") 56 (emulations . "emulations of other editors")
57 (extensions . "Emacs Lisp language extensions") 57 (extensions . "Emacs Lisp language extensions")
58 (faces . "support for multiple fonts") 58 (faces . "support for multiple fonts")
59 (frames . "support for Emacs frames and window systems")
59 (games . "games, jokes and amusements") 60 (games . "games, jokes and amusements")
60 (hardware . "support for interfacing with exotic hardware") 61 (hardware . "support for interfacing with exotic hardware")
61 (help . "support for on-line help systems") 62 (help . "support for on-line help systems")
63 (hypermedia . "support for links between text or other media types")
62 (i18n . "internationalization and alternate character-set support") 64 (i18n . "internationalization and alternate character-set support")
63 (internal . "code for Emacs internals, build process, defaults") 65 (internal . "code for Emacs internals, build process, defaults")
64 (languages . "specialized modes for editing programming languages") 66 (languages . "specialized modes for editing programming languages")
@@ -69,6 +71,8 @@
69 (matching . "various sorts of searching and matching") 71 (matching . "various sorts of searching and matching")
70 (mouse . "mouse support") 72 (mouse . "mouse support")
71 (news . "support for netnews reading and posting") 73 (news . "support for netnews reading and posting")
74 (oop . "support for object-oriented programming")
75 (outlines . "support for hierarchical outlining")
72 (processes . "process, subshell, compilation, and job control support") 76 (processes . "process, subshell, compilation, and job control support")
73 (terminals . "support for terminal types") 77 (terminals . "support for terminal types")
74 (tex . "code related to the TeX formatter") 78 (tex . "code related to the TeX formatter")