Mercurial > emacs
annotate lisp/sb-tag-gt.xpm @ 60044:d1e94109daa4
(Printed Representation): Clarify read syntax vs print.
(Floating Point Type): Explain meaning better.
(Symbol Type): Explain uniqueness better.
(Cons Cell Type): Explain empty list sooner. CAR and CDR later.
List examples sooner.
(Box Diagrams): New subnode broken out.
Some examples moved from old Lists as Boxes node.
(Dotted Pair Notation): Clarify intro.
(Array Type): Clarify.
(Type Predicates): Add hash-table-p.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Feb 2005 10:22:36 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_tag_gt_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
7 "@ c #FFF993", | |
55471 | 8 "# c #828282", |
28974 | 9 " ", |
10 " ", | |
55471 | 11 " .............. ", |
12 " .++++++++++++++. ", | |
13 " .+@@@@@++@@@@@@@+#", | |
14 " .+@@@@@@+++@@@@@@+#", | |
15 ".+@@@@@@@++++@@@@@+#", | |
16 ".+@++@@@@+++++@@@@+#", | |
17 ".+@++@@@@+++++#@@@+#", | |
18 ".+@@@@@@@++++#@@@@+#", | |
19 " #+@@@@@@+++#@@@@@+#", | |
20 " #+@@@@@++#@@@@@@+#", | |
21 " #++++++#+++++++# ", | |
22 " ############## ", | |
28974 | 23 " "}; |