Mercurial > emacs
annotate lisp/sb-pg-plus.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 | b6a19b71d4b7 |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
29134
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
2 static char * sb_file+_xpm[] = { |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
3 "20 15 4 1", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
5 ". c #828282", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFFFFF", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
8 " ............ ", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " .++++++++++++.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
10 " .++@@@@@@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
11 " .+@+@@@@@@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
12 " .+@@+@@@@@@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
13 " .+@@@+@@@++@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
14 " .+@@@@+@@@++@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
15 ".+++++++@++++++@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
16 ".+@@@@@@@++++++@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
17 ".+@@@@@@@@@++@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
18 ".+@@@@@@@@@++@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
19 ".+@@@@@@@@@@@@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
20 ".+@@@@@@@@@@@@@@@@+.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
21 ".++++++++++++++++++.", |
b6a19b71d4b7
Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
22 " .................. "}; |