Mercurial > emacs
annotate lisp/sb-mail.xpm @ 46901:3e733b163fd4
(locate-library): Use locate-file(-completion).
(help-split-fundoc): Tighten the regexp and recognize a usage-info
where the function name is `fn'.
(help-function-arglist): Follow aliases and macros.
(describe-function-1): Use keymapp.
If the docstring contains a usage info, use it even if the function is
not a subroutine. Find usage info in aliases' docstring if necessary.
(describe-variable): Get the value before setting up the *Help* buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 15 Aug 2002 01:38:45 +0000 |
parents | c0758fd9ca7a |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_mail_xpm[] = { | |
3 "20 15 4 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #FFFFFF", | |
8 "................... ", | |
9 ".++++++++++++++++++.", | |
10 ".++@@@@@@@@@@@@@@++.", | |
11 ".+@++@@@@@@@@@@++@+.", | |
12 ".+@@@++@@@@@@++@@@+.", | |
13 ".+@@@@@++@@++@@@@@+.", | |
14 ".+@@@@@@@++@@@@@@@+.", | |
15 ".+@@@@@@@@@@@@@@@@+.", | |
16 ".+@@@@+@@@@@@+@@@@+.", | |
17 ".+@@@@@@@@@@@@@@@@+.", | |
18 ".+@@+@@@@@@@@@@+@@+.", | |
19 ".+@@@@@@@@@@@@@@@@+.", | |
20 ".++@@@@@@@@@@@@@@++.", | |
21 ".++++++++++++++++++.", | |
22 " .................. "}; |