view src/bitmaps/gray1.xbm @ 42196:36ab766521c0

(isearch-forward, isearch-edit-string): Make doc strings mention keybinding for `isearch-yank-word-or-char', rather than `isearch-yank-word', since the former is bound now and the latter is not. (isearch-yank-word-or-char): Fix formatting.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 19 Dec 2001 22:48:02 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};