annotate src/bitmaps/dimple3.xbm @ 98306:f4813edccb1f
(Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only. Describe how
to enter tabs, spaces, and question marks. Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list. State default
value of history-delete-duplicates.
author |
Chong Yidong <cyd@stupidchicken.com> |
date |
Mon, 22 Sep 2008 23:43:32 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define dimple3_width 16
|
|
2 #define dimple3_height 16
|
|
3 static unsigned char dimple3_bits[] = {
|
|
4 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
|
|
5 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
6 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|