view etc/images/custom/right.xpm @ 102700:bcd6e16781e5

(Intro to Minibuffers): Remove long-obsolete info about minibuffers in old Emacs versions. Copyedits. Emphasize that enable-recursive-minibuffers defaults to nil. (Text from Minibuffer): Simplify introduction.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 23 Mar 2009 03:07:51 +0000
parents b0ca8a5b94ae
children 87681b1f74ce
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"8 8 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"..      ",
"..O.    ",
"..OOO.  ",
"..OOOOOX",
"..OOOOXX",
"..OOXX  ",
"..XX    ",
"OO      "};