annotate lisp/toolbar/close.xpm @ 61906:1210b12b4089
(Defining Minor Modes): Fix previous change.
(Font Lock Mode): Simplify.
(Font Lock Basics): Say that font-lock-defaults is buffer-local
when set and that some parts are optional. Add cross references.
(Search-based Fontification): Say how to specify font-lock-keywords.
Add cross references. Add font-lock-multiline to index. Move
font-lock-keywords-case-fold-search here from node "Other Font
Lock Variables". Document font-lock-add-keywords and
font-lock-remove-keywords
(Other Font Lock Variables): Move font-lock-keywords-only,
font-lock-syntax-table, font-lock-beginning-of-syntax-function,
and font-lock-syntactic-face-function to node "Syntactic Font
Lock". Move font-lock-keywords-case-fold-search to node
"Search-based Fontification". Document font-lock-inhibit-thing-lock
and font-lock-{,un}fontify-{buffer,region}-function.
(Precalculated Fontification): Remove reference to deleted variable
font-lock-core-only.
(Faces for Font Lock): Add font-lock-comment-delimiter-face.
(Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
font-lock-syntax-table, font-lock-beginning-of-syntax-function,
and font-lock-syntactic-face-function here from node "Other Font
Lock Variables". Move font-lock-syntactic-keywords to "Setting
Syntax Properties". Add cross references.
(Setting Syntax Properties): New node. Move
font-lock-syntactic-keywords here from "Syntactic Font Lock".
author |
Lute Kamstra <lute@gnu.org> |
date |
Thu, 28 Apr 2005 11:32:54 +0000 |
parents |
734ff40978ad |
children |
|
rev |
line source |
31591
|
1 /* XPM */
|
55600
|
2 static char * close_xpm[] = {
|
31591
|
3 "24 24 2 1",
|
55600
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 " ",
|
|
7 " ",
|
|
8 " ",
|
|
9 " ",
|
|
10 " ",
|
|
11 " ",
|
|
12 " . . ",
|
|
13 " . ... ",
|
|
14 " .. .... ",
|
|
15 " .. ... ",
|
|
16 " ..... ",
|
|
17 " ... ",
|
|
18 " ..... ",
|
|
19 " ....... ",
|
|
20 " ... .... ",
|
|
21 " ... .... ",
|
|
22 " ... .. ",
|
|
23 " ",
|
|
24 " ",
|
|
25 " ",
|
|
26 " ",
|
|
27 " ",
|
|
28 " ",
|
|
29 " "};
|