Mercurial > emacs
view etc/images/widen.xpm @ 83430:10f26433fe3f
Update environment-related doc strings.
* lisp/env.el (setenv, getenv): Update doc strings.
* src/callproc.c (Fgetenv_internal, syms_of_callproc): Update doc strings.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-470
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 29 Dec 2005 04:57:14 +0000 |
parents | 7b615e6c0ea5 |
children |
line wrap: on
line source
/* XPM */ static char * widen_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 3 1", " c None", ". c #8d4d97577838", "X c black", /* pixels */ " ", " ", " ", " . . ", " . . ", " . . ", " . . ", " . . ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " .XXXXXXXX XXXXXXXX. ", " .XXXXXXXX XXXXXXXX. ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " . . ", " . . ", " . . ", " . . ", " . . ", " ", " ", " "};