Mercurial > emacs
annotate etc/images/gud/go.xpm @ 111755:350f17da7963
Document byte-to-string in Lisp manual.
* objects.texi (Symbol Type):
* text.texi (Near Point):
* help.texi (Help Functions):
* functions.texi (Mapping Functions): Use string instead of
char-to-string in examples.
* nonascii.texi (Converting Representations): Document
byte-to-string.
* strings.texi (Creating Strings): Don't mention semi-obsolete
function char-to-string.
(String Conversion): Shorten discussion of semi-obsolete function
string-to-char. Link to Converting Representations.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 21 Nov 2010 13:07:47 -0500 |
parents | be635ea1cd02 |
children |
rev | line source |
---|---|
66881 | 1 /* XPM */ |
2 static char * go_xpm[] = { | |
3 "24 24 3 1", | |
4 " c None", | |
5 ". c #000080800000", | |
6 "X c #FFFFFFFFFFFF", | |
7 " ", | |
8 " ", | |
9 " .......... ", | |
10 " ............ ", | |
11 " .............. ", | |
12 " ................ ", | |
13 " .................. ", | |
14 " ......XX...XX....... ", | |
15 " .....X..X.X..X...... ", | |
16 " .....X....X..X...... ", | |
17 " .....X....X..X...... ", | |
18 " .....X....X..X...... ", | |
19 " .....X.XX.X..X...... ", | |
20 " .....X..X.X..X...... ", | |
21 " .....X..X.X..X...... ", | |
22 " .....X..X.X..X...... ", | |
23 " ......XX...XX....... ", | |
24 " .................. ", | |
25 " ................ ", | |
26 " .............. ", | |
27 " ............ ", | |
28 " .......... ", | |
29 " ", | |
30 " "}; |