view etc/images/low-color/new.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 (2010-11-21) |
parents |
28718fa5d988 |
children |
|
line source
/* XPM */
static char * new2_xpm[] = {
"24 24 6 1",
" c None",
". c #FFFFFF",
"+ c #BBBDBA",
"@ c #000100",
"# c #6B6B66",
"$ c #504D46",
" ",
" @@@@@@@@@@@@@ ",
" @+..........+$@ ",
" @...........+++@ ",
" @...........+..+@ ",
" @...........+...#@ ",
" @...........+...++@ ",
" @...........+@@@@@@@ ",
" @............++++##@ ",
" @.............++++#@ ",
" @...............++#@ ",
" @................+#@ ",
" @.................#@ ",
" @.................+@ ",
" @.................+@ ",
" @...............+++@ ",
" @..............++++@ ",
" @.............+++++@ ",
" @............++++++@ ",
" @............++++++@ ",
" @+...+.+.+.++++++++@ ",
" @+++++++++++++++++#@ ",
" @@@@@@@@@@@@@@@@@@ ",
" "};