comparison lisp/utils/finder.el @ 197:acd284d43ca1 r20-3b25

Import from CVS: tag r20-3b25
author cvs
date Mon, 13 Aug 2007 10:00:02 +0200
parents 43dd3413c7c7
children 169c0442b401
comparison
equal deleted inserted replaced
196:58e0786448ca 197:acd284d43ca1
71 71
72 ;; Local variable in finder buffer. 72 ;; Local variable in finder buffer.
73 (defvar finder-headmark) 73 (defvar finder-headmark)
74 74
75 (defvar finder-known-keywords 75 (defvar finder-known-keywords
76 '( 76 `(
77 (abbrev . "abbreviation handling, typing shortcuts, macros") 77 (abbrev . "abbreviation handling, typing shortcuts, macros")
78 (bib . "code related to the `bib' bibliography processor") 78 (bib . "code related to the `bib' bibliography processor")
79 (c . "C, C++, and Objective-C language support") 79 (c . "C, C++, and Objective-C language support")
80 (calendar . "calendar and time management support") 80 (calendar . "calendar and time management support")
81 (comm . "communications, networking, remote access to files") 81 (comm . "communications, networking, remote access to files")
96 (local . "code local to your site") 96 (local . "code local to your site")
97 (maint . "maintenance aids for the Emacs development group") 97 (maint . "maintenance aids for the Emacs development group")
98 (mail . "modes for electronic-mail handling") 98 (mail . "modes for electronic-mail handling")
99 (matching . "various sorts of searching and matching") 99 (matching . "various sorts of searching and matching")
100 (mouse . "mouse support") 100 (mouse . "mouse support")
101 (mule . "multi-language extensions") 101 ,@(when (featurep 'mule)
102 (cons 'mule "multi-language extensions"))
102 (news . "support for netnews reading and posting") 103 (news . "support for netnews reading and posting")
103 (oop . "support for object-oriented programming") 104 (oop . "support for object-oriented programming")
104 (outlines . "support for hierarchical outlining") 105 (outlines . "support for hierarchical outlining")
105 (processes . "process, subshell, compilation, and job control support") 106 (processes . "process, subshell, compilation, and job control support")
106 (terminals . "support for terminal types") 107 (terminals . "support for terminal types")