view etc/letter.xpm @ 59880:8e65810e7f24

(User-Level Deletion): just-one-space takes numeric arg. (Undo, Maintaining Undo): Clarify last change. (Sorting): In sort-numeric-fields, explain about octal and hex. Mention sort-numeric-base. (Format Properties): Add xref for hard newlines.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Feb 2005 07:09:17 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};