view etc/letter.xpm @ 68697:1450f1814186

Minor cleanups. (Comment Commands): Mention momentary Transient Mark mode. (Matching): Be more specific about customizing show-paren-mode. (Info Lookup): Don't list the modes that support C-h S. Just say what it does in an unsupported mode. (Man Page): Delete excessive info on customizing woman. (Motion in C): Don't mention c-for/backward-into-nomenclature.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Feb 2006 00:11:23 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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