view lisp/toolbar/cut.xpm @ 38767:5889c45fd6ad

Change the name of the "DEL Doesn't Delete" node to "DEL Does Not Delete", since node names cannot have apostrophes. Fix a stale menu item in emacs.texi which referred to this node by its old name.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 09 Aug 2001 16:21:33 +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 */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................  ......",
"...............  .......",
"..............  ........",
".............  .........",
"....    ....  .....   ..",
"... ...  ..  ...    ....",
"... ...           ......",
"....    ...    .........",
"..........  ............",
".........   ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
".......   ..............",
"........................",
"........................",
"........................",
"........................"
};