comparison lisp/finder.el @ 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 e2cbba9f0ea3
children 07a4626166d4
comparison
equal deleted inserted replaced
5140:9cde7d7fea1f 5141:3efae588d663
45 (defvar finder-headmark) 45 (defvar finder-headmark)
46 46
47 (defvar finder-known-keywords 47 (defvar finder-known-keywords
48 '( 48 '(
49 (abbrev . "abbreviation handling, typing shortcuts, macros") 49 (abbrev . "abbreviation handling, typing shortcuts, macros")
50 (bib . "code related to the bib(1) bibliography processor") 50 (bib . "code related to the `bib' bibliography processor")
51 (c . "C and C++ language support") 51 (c . "C and C++ language support")
52 (calendar . "calendar and time management support") 52 (calendar . "calendar and time management support")
53 (comm . "communications, networking, remote access to files") 53 (comm . "communications, networking, remote access to files")
54 (data . "support editing files of data")
54 (docs . "support for Emacs documentation") 55 (docs . "support for Emacs documentation")
55 (emulations . "emulations of other editors") 56 (emulations . "emulations of other editors")
56 (extensions . "Emacs Lisp language extensions") 57 (extensions . "Emacs Lisp language extensions")
58 (faces . "support for multiple fonts")
57 (games . "games, jokes and amusements") 59 (games . "games, jokes and amusements")
58 (hardware . "support for interfacing with exotic hardware") 60 (hardware . "support for interfacing with exotic hardware")
59 (help . "support for on-line help systems") 61 (help . "support for on-line help systems")
60 (i18n . "internationalization and alternate character-set support") 62 (i18n . "internationalization and alternate character-set support")
61 (internal . "code for Emacs internals, build process, defaults") 63 (internal . "code for Emacs internals, build process, defaults")
62 (languages . "specialized modes for editing programming languages") 64 (languages . "specialized modes for editing programming languages")
63 (lisp . "Lisp support, including Emacs Lisp") 65 (lisp . "Lisp support, including Emacs Lisp")
64 (local . "code local to your site") 66 (local . "code local to your site")
65 (maint . "maintenance aids for the Emacs development group") 67 (maint . "maintenance aids for the Emacs development group")
66 (mail . "modes for electronic-mail handling") 68 (mail . "modes for electronic-mail handling")
69 (matching . "various sorts of searching and matching")
70 (mouse . "mouse support")
67 (news . "support for netnews reading and posting") 71 (news . "support for netnews reading and posting")
68 (processes . "process, subshell, compilation, and job control support") 72 (processes . "process, subshell, compilation, and job control support")
69 (terminals . "support for terminal types") 73 (terminals . "support for terminal types")
70 (tex . "code related to the TeX formatter") 74 (tex . "code related to the TeX formatter")
71 (tools . "programming tools") 75 (tools . "programming tools")