Mercurial > emacs
annotate lisp/sb-dir-minus.xpm @ 59949:7c5b107612a0
(Minor Modes): Fix typo.
(Easy Customization): Fix menu style.
(Variables): Add xref.
(Examining): Setting for future sessions works through .emacs.
(Keymaps): "Text terminals", not "Many".
(Init Rebinding): Explain \C-. Show example of \M-.
Fix minor wording errors.
(Function Keys): Explain vector syntax just once.
(Named ASCII Chars): Clarify history of TAB/C-i connection.
(Init File): Mention .emacs.d directory.
(Init Examples): Add xref.
(Find Init): Mention .emacs.d directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Feb 2005 11:16:21 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29132
95fb805b4d40
Renamed sb-dir-.xpm to sb-dir-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_dir_minus_xpm[] = { |
3 "20 15 5 1", | |
29132
95fb805b4d40
Renamed sb-dir-.xpm to sb-dir-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29132
95fb805b4d40
Renamed sb-dir-.xpm to sb-dir-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
95fb805b4d40
Renamed sb-dir-.xpm to sb-dir-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
55471 | 8 "# c #828282", |
9 " ...... ", | |
10 " .++++++. ", | |
11 ".+@@@@@@+......... ", | |
12 ".+@@@@@@@+++++++++. ", | |
13 ".+@@@@@@@@@@@@@@@@+#", | |
14 ".+@@@@@@@@@@@@@@@@+#", | |
15 ".+@@@@@@@@@@@@@@@@+#", | |
16 ".+@@@@@+++++@@@@@@+#", | |
17 ".+@@@@@@.....@@@@@+#", | |
18 ".+@@@@@@@@@@@@@@@@+#", | |
19 ".+@@@@@@@@@@@@@@@@+#", | |
20 ".+@@@@@@@@@@@@@@@@+#", | |
21 ".+@@@@@@@@@@@@@@@@+#", | |
22 " #++++++++++++++++# ", | |
23 " ################ "}; |