Mercurial > emacs
view lisp/toolbar/up_arrow.xpm @ 55406:3b27c2f86c7a
(lambda): Add arglist description to docstring.
(declare): Fix typo in docstring.
(open-network-stream): Fix docstring.
(process-kill-without-query): Fix docstring and add obsolescence info.
(last, butlast, nbutlast): Make arguments match their use in docstring.
(insert-buffer-substring-no-properties): Likewise.
(insert-buffer-substring-as-yank): Likewise.
(split-string): Fix docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 07 May 2004 01:06:20 +0000 |
parents | 54d90c318dfd |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char * up_arrow_xpm[] = { "24 24 9 1", " c None", ". c #020202", "+ c #121A12", "@ c #78A16E", "# c #86AD7D", "$ c #B2C6AE", "% c #263222", "& c #E7EDE6", "* c #497241", " ", " ", " ", " ", " .. ", " .. ", " .$*. ", " +&*. ", " .&&@*. ", " .&&@*. ", " .&&&@@*. ", " .&&&##*. ", " .&&&&#@@*. ", " .&&&&###*. ", " .&&&&&##@@*. ", " .&&&&&###@@. ", " .$$$$$$@@@@**. ", " ......%....... ", " ", " ", " ", " ", " ", " "};