# HG changeset patch # User Juanma Barranquero # Date 1279709101 -7200 # Node ID fc5ebbbba4f35a928877d8f7a11f9c4cadade3e7 # Parent 6f6d05f979a299fa61d1548fba7252ce271e0243 * buffer.c (syms_of_buffer) : Doc fix. diff -r 6f6d05f979a2 -r fc5ebbbba4f3 src/ChangeLog --- a/src/ChangeLog Tue Jul 20 02:04:31 2010 +0200 +++ b/src/ChangeLog Wed Jul 21 12:45:01 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-21 Juanma Barranquero + + * buffer.c (syms_of_buffer) : Doc fix. + 2010-07-17 Jan Djärv * gtkutil.c (xg_event_is_for_menubar): Also check that event window diff -r 6f6d05f979a2 -r fc5ebbbba4f3 src/buffer.c --- a/src/buffer.c Tue Jul 20 02:04:31 2010 +0200 +++ b/src/buffer.c Wed Jul 21 12:45:01 2010 +0200 @@ -6032,14 +6032,14 @@ INDICATOR specifies the logical indicator type which is one of the following symbols: `truncation' , `continuation', `overlay-arrow', -`top', `bottom', `up', `down', `one-line', `empty-line', or `unknown'. - -BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies +`top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'. + +BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies the actual bitmap shown in the left or right fringe for the logical indicator. LEFT and RIGHT are the bitmaps shown in the left and/or right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps -are used only for the `bottom' and `one-line' indicators when the last -\(only) line in has no final newline. BITMAPS may also be a single +are used only for the `bottom' and `top-bottom' indicators when the +last (only) line has no final newline. BITMAPS may also be a single symbol which is used in both left and right fringes. */); DEFVAR_PER_BUFFER ("fringe-cursor-alist",