view etc/images/letter.xpm @ 108895:c4f9f87f04a2
* cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
(Fforward_line, Fbeginning_of_line): Reflow docstrings.
author |
Juanma Barranquero <lekktu@gmail.com> |
date |
Mon, 07 Jun 2010 12:35:57 +0200 (2010-06-07) |
parents |
a888cc87aa4f |
children |
|
line source
/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
". c opaque",
" c None",
"..............",
"... ...",
". . . .",
". . . .",
". .... .",
". . .. . .",
". . . .",
". . . .",
".. ..",
".............."};