view lisp/toolbar/close.xpm @ 55009:10f2535aa14e

(describe-function-1): If many non-control non-meta keys run the command, don't list all of them.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Apr 2004 20:51:11 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... ....  ..........",
".......  ..    .........",
"........  .   ..........",
"........     ...........",
".........   ............",
".........    ...........",
"........      ..........",
"........  .    .........",
".......  ...    ........",
"....... .....  .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};