comparison src/buffer.c @ 109338:fc5ebbbba4f3

* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 21 Jul 2010 12:45:01 +0200
parents cdeadbfdda61
children a4b9fa0b861b 63399fcc7ef2
comparison
equal deleted inserted replaced
109337:6f6d05f979a2 109338:fc5ebbbba4f3
6030 specifies the fringe bitmaps used to display a specific logical 6030 specifies the fringe bitmaps used to display a specific logical
6031 fringe indicator. 6031 fringe indicator.
6032 6032
6033 INDICATOR specifies the logical indicator type which is one of the 6033 INDICATOR specifies the logical indicator type which is one of the
6034 following symbols: `truncation' , `continuation', `overlay-arrow', 6034 following symbols: `truncation' , `continuation', `overlay-arrow',
6035 `top', `bottom', `up', `down', `one-line', `empty-line', or `unknown'. 6035 `top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'.
6036 6036
6037 BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies 6037 BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
6038 the actual bitmap shown in the left or right fringe for the logical 6038 the actual bitmap shown in the left or right fringe for the logical
6039 indicator. LEFT and RIGHT are the bitmaps shown in the left and/or 6039 indicator. LEFT and RIGHT are the bitmaps shown in the left and/or
6040 right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps 6040 right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps
6041 are used only for the `bottom' and `one-line' indicators when the last 6041 are used only for the `bottom' and `top-bottom' indicators when the
6042 \(only) line in has no final newline. BITMAPS may also be a single 6042 last (only) line has no final newline. BITMAPS may also be a single
6043 symbol which is used in both left and right fringes. */); 6043 symbol which is used in both left and right fringes. */);
6044 6044
6045 DEFVAR_PER_BUFFER ("fringe-cursor-alist", 6045 DEFVAR_PER_BUFFER ("fringe-cursor-alist",
6046 &current_buffer->fringe_cursor_alist, Qnil, 6046 &current_buffer->fringe_cursor_alist, Qnil,
6047 doc: /* *Mapping from logical to physical fringe cursor bitmaps. 6047 doc: /* *Mapping from logical to physical fringe cursor bitmaps.