view etc/images/separator.xpm @ 100473:a7456f383bd9

(Word Search): Replace `C-s RET C-w' with `M-s w RET' as a key binding to start a forward nonincremental word search. Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start a backward nonincremental word search. Add index for `M-s w' `isearch-forward-word'. (Regexp Search): Add a short summary of regexp key commands like in the node "Basic Isearch". (Other Repeating Search): Fix typo.
author Juri Linkov <juri@jurta.org>
date Thu, 18 Dec 2008 01:18:56 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};